Class FunctionParameter

java.lang.Object
com.twineworks.tweakflow.lang.values.FunctionParameter

public class FunctionParameter extends Object
  • Constructor Details

    • FunctionParameter

      public FunctionParameter(int index, String name, Type declaredType, Value defaultValue)
  • Method Details

    • getIndex

      public int getIndex()
    • getName

      public String getName()
    • getDeclaredType

      public Type getDeclaredType()
    • getDefaultValue

      public Value getDefaultValue()
    • getShapeAccessor

      public com.twineworks.collections.shapemap.ConstShapeMap.Accessor getShapeAccessor()