|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.scoping.compiler.ast.Node
com.jeffpalm.scoping.compiler.ast.Arguments
public final class Arguments
Nested Class Summary | |
---|---|
static interface |
Arguments.Iterator
|
Field Summary |
---|
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node |
---|
pos |
Method Summary | |
---|---|
void |
add(Expression e)
|
Expression |
get(int n)
|
Arguments.Iterator |
iterator()
|
int |
size()
|
void |
traverse(IVisitor vis)
|
java.lang.Object |
whatToPrint()
|
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node |
---|
toString, typeString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void add(Expression e)
public int size()
public Expression get(int n)
public Arguments.Iterator iterator()
public void traverse(IVisitor vis)
traverse
in class Node
public java.lang.Object whatToPrint()
whatToPrint
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |