|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttree.Exp
tree.CONST
public class CONST
Classe que representa uma constante.
Constructor Summary | |
---|---|
CONST(long v)
|
Method Summary | |
---|---|
Exp |
build(List<Exp> kids)
|
long |
getValue()
|
List<Exp> |
kids()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CONST(long v)
Method Detail |
---|
public List<Exp> kids()
kids
in class Exp
public Exp build(List<Exp> kids)
build
in class Exp
public long getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |