cdx.scorebot.scoring.logic
Class ArgumentList

java.lang.Object
  extended by cdx.scorebot.scoring.logic.ArgumentList

public class ArgumentList
extends java.lang.Object

stores a list of arguments to a function

Author:
David Underhill

Constructor Summary
ArgumentList()
           
 
Method Summary
 void add(Expression exp)
          adds an expression to the argument list
 java.util.Vector<Expression> getArgs()
          gets the expressions which define an argument list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentList

public ArgumentList()
Method Detail

add

public void add(Expression exp)
adds an expression to the argument list


getArgs

public java.util.Vector<Expression> getArgs()
gets the expressions which define an argument list