com.jeffpalm.basic.compiler.ast
Class ExprList

java.lang.Object
  extended by com.jeffpalm.basic.compiler.ast.Node
      extended by com.jeffpalm.basic.compiler.ast.ExprList

public final class ExprList
extends Node


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

exprs

public final Expression[] exprs
Method Detail

size

public int size()

get

public Expression get(int i)

traverse

public void traverse(IVisitor vis)
Specified by:
traverse in class Node

whatToPrint

public final java.lang.Object whatToPrint()
Overrides:
whatToPrint in class Node