- All Implemented Interfaces:
 
Token 
public class ArgumentList
extends Object
implements Token 
Represents a list of arguments being passed to a Function
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
ArgumentList
public ArgumentList(Value[] arguments) 
 
 
- 
Method Details
- 
getArguments
public Value[] getArguments()
 
 
- 
getType
- Specified by:
 
getType in interface Token 
- Returns:
 
- The type of this Token