jcaas.script_nodes
Class ArgumentList

java.lang.Object
  extended by jcaas.script_nodes.AbstractInterpretable
      extended by jcaas.script_nodes.ArgumentList
All Implemented Interfaces:
Interpretable

public class ArgumentList
extends AbstractInterpretable

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ArgumentList(ArithmeticExpression exp)
           
ArgumentList(ArithmeticExpression exp, ArgumentList list)
           
ArgumentList(StringExpression s)
           
ArgumentList(StringExpression s, ArgumentList list)
           
 
Method Summary
 void interpret(Context c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentList

public ArgumentList(ArithmeticExpression exp,
                    ArgumentList list)
Parameters:
exp -
list -

ArgumentList

public ArgumentList(ArithmeticExpression exp)

ArgumentList

public ArgumentList(StringExpression s)
Parameters:
s -

ArgumentList

public ArgumentList(StringExpression s,
                    ArgumentList list)
Parameters:
s -
list -
Method Detail

interpret

public void interpret(Context c)