|
||||||||||
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(temp.Label l)
|
Method Summary | |
---|---|
Stm |
build(List<Exp> kids)
|
temp.Label |
getLabel()
Label do código. |
List<Exp> |
kids()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LABEL(temp.Label l)
Method Detail |
---|
public List<Exp> kids()
kids
in class Stm
public Stm build(List<Exp> kids)
build
in class Stm
public temp.Label getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |