jcaas.script_nodes
Class ArgumentList
java.lang.Object
jcaas.script_nodes.AbstractInterpretable
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
interpret
public void interpret(Context c)