|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
---|---|
assem | |
frame | |
tree | |
x86 |
Uses of Label in assem |
---|
Fields in assem with type parameters of type Label | |
---|---|
List<Label> |
Targets.labels
|
Methods in assem that return Label | |
---|---|
Label |
LABEL.getLabel()
|
Constructors in assem with parameters of type Label | |
---|---|
LABEL(java.lang.String assembly,
Label label)
|
Constructor parameters in assem with type arguments of type Label | |
---|---|
OPER(java.lang.String instruction,
List<Label> jumps)
|
|
OPER(java.lang.String instruction,
List<Temp> defined,
List<Temp> used,
List<Label> label)
|
|
Targets(List<Label> l)
|
Uses of Label in frame |
---|
Fields in frame declared as Label | |
---|---|
Label |
Frame.name
|
Methods in frame with parameters of type Label | |
---|---|
abstract Frame |
Frame.newFrame(Label name,
List<java.lang.Boolean> formals)
|
Uses of Label in tree |
---|
Methods in tree that return Label | |
---|---|
Label |
NAME.getLabel()
|
Label |
LABEL.getLabel()
Label do código. |
Label |
CJUMP.getLabelFalse()
|
Label |
CJUMP.getLabelTrue()
|
Methods in tree that return types with arguments of type Label | |
---|---|
List<Label> |
JUMP.getTargets()
|
Constructors in tree with parameters of type Label | |
---|---|
CJUMP(int o,
Exp l,
Exp r,
Label t,
Label f)
|
|
JUMP(Label target)
|
|
LABEL(Label l)
|
|
NAME(Label l)
|
Constructor parameters in tree with type arguments of type Label | |
---|---|
JUMP(Exp e,
List<Label> t)
|
Uses of Label in x86 |
---|
Methods in x86 with parameters of type Label | |
---|---|
Frame |
Frame.newFrame(Label name,
List<java.lang.Boolean> formals)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |