|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.basic.compiler.ast.Node
com.jeffpalm.basic.compiler.ast.Statements
public final class Statements
Field Summary | |
---|---|
Statement[] |
stmts
|
Fields inherited from class com.jeffpalm.basic.compiler.ast.Node |
---|
pos |
Method Summary | |
---|---|
Statement |
get(int i)
|
int |
size()
|
void |
traverse(IVisitor vis)
|
java.lang.Object |
whatToPrint()
|
Methods inherited from class com.jeffpalm.basic.compiler.ast.Node |
---|
toString, typeString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Statement[] stmts
Method Detail |
---|
public int size()
public Statement get(int i)
public void traverse(IVisitor vis)
traverse
in class Node
public final 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 |