Uses of Class
com.twineworks.tweakflow.lang.values.StandardFunctionValue
Packages that use StandardFunctionValue
Package
Description
-
Uses of StandardFunctionValue in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter with parameters of type StandardFunctionValueModifier and TypeMethodDescriptionstatic ValueInterpreter.evaluateStandardFunctionCall(CallNode node, StandardFunctionValue standardFunction, Arguments arguments, Stack stack, EvaluationContext context) -
Uses of StandardFunctionValue in com.twineworks.tweakflow.lang.interpreter.calls
Constructors in com.twineworks.tweakflow.lang.interpreter.calls with parameters of type StandardFunctionValueModifierConstructorDescriptionArity1CallSiteToStandard(StandardFunctionValue f, Node at, Stack stack, EvaluationContext context) Arity2CallSiteToStandard(StandardFunctionValue f, Node at, Stack stack, EvaluationContext context) Arity3CallSiteToStandard(StandardFunctionValue f, Node at, Stack stack, EvaluationContext context)