public class FunctionParameter
extends Object
-
Constructor Summary
Constructors
-
Method Summary
int
com.twineworks.collections.shapemap.ConstShapeMap.Accessor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FunctionParameter
public FunctionParameter(int index,
String name,
Type declaredType,
Value defaultValue)
-
Method Details
-
getIndex
public int getIndex()
-
-
getDeclaredType
public Type getDeclaredType()
-
getDefaultValue
public Value getDefaultValue()
-
getShapeAccessor
public com.twineworks.collections.shapemap.ConstShapeMap.Accessor getShapeAccessor()