| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jeffpalm.basic.compiler.ast.Node
com.jeffpalm.basic.compiler.ast.ExprList
public final class ExprList
| Field Summary | |
|---|---|
|  Expression[] | exprs | 
| Fields inherited from class com.jeffpalm.basic.compiler.ast.Node | 
|---|
| pos | 
| Method Summary | |
|---|---|
|  Expression | 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 Expression[] exprs
| Method Detail | 
|---|
public int size()
public Expression get(int i)
public void traverse(IVisitor vis)
traverse in class Nodepublic final java.lang.Object whatToPrint()
whatToPrint in class Node| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||