com.jeffpalm.scoping.compiler.ast
Class Arguments

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Node
      extended by com.jeffpalm.scoping.compiler.ast.Arguments

public final class Arguments
extends Node


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

add

public void add(Expression e)

size

public int size()

get

public Expression get(int n)

iterator

public Arguments.Iterator iterator()

traverse

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

whatToPrint

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