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