|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTree.Exp
Tree.NAME
Field Summary | |
---|---|
Label |
label
|
Constructor Summary | |
---|---|
NAME(Label l)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<R,D> v,
D d)
|
|
Exp |
build(Exp[] kids)
|
|
boolean |
isAtom()
|
|
Exp[] |
kids()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Label label
Constructor Detail |
---|
public NAME(Label l)
Method Detail |
---|
public Exp[] kids()
kids
in class Exp
public Exp build(Exp[] kids)
build
in class Exp
public <R,D> R accept(Visitor<R,D> v, D d)
accept
in class Exp
public boolean isAtom()
isAtom
in class Exp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |