|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttree.Stm
tree.LABEL
public class LABEL
Nó que representa um label do código.
Constructor Summary | |
---|---|
LABEL(Label l)
|
Method Summary | |
---|---|
Stm |
build(List<Exp> kids)
Você não deverá utilizar esse método no seu projeto! Ele é utilizado em outras partes do compilador. |
Label |
getLabel()
Label do código. |
List<Exp> |
kids()
Você não deverá utilizar esse método no seu projeto! Ele é utilizado em outras partes do compilador. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LABEL(Label l)
Method Detail |
---|
public List<Exp> kids()
Stm
kids
in class Stm
public Stm build(List<Exp> kids)
Stm
build
in class Stm
public Label getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |