Class CallSites
java.lang.Object
com.twineworks.tweakflow.lang.interpreter.calls.CallSites
-
Method Summary
Modifier and TypeMethodDescriptionstatic Arity1CallSitecreateArity1CallSite(Value f, Node at, Stack stack, EvaluationContext evaluationContext, UserCallContext userCallContext) static Arity2CallSitecreateArity2CallSite(Value f, Node at, Stack stack, EvaluationContext evaluationContext, UserCallContext userCallContext) static Arity3CallSitecreateArity3CallSite(Value f, Node at, Stack stack, EvaluationContext evaluationContext, UserCallContext userCallContext)
-
Method Details
-
createArity1CallSite
public static Arity1CallSite createArity1CallSite(Value f, Node at, Stack stack, EvaluationContext evaluationContext, UserCallContext userCallContext) -
createArity2CallSite
public static Arity2CallSite createArity2CallSite(Value f, Node at, Stack stack, EvaluationContext evaluationContext, UserCallContext userCallContext) -
createArity3CallSite
public static Arity3CallSite createArity3CallSite(Value f, Node at, Stack stack, EvaluationContext evaluationContext, UserCallContext userCallContext)
-