Uses of Class
com.twineworks.tweakflow.lang.ast.expressions.CallNode
Packages that use CallNode
Package
Description
-
Uses of CallNode in com.twineworks.tweakflow.lang.analysis.constants
Methods in com.twineworks.tweakflow.lang.analysis.constants with parameters of type CallNode -
Uses of CallNode in com.twineworks.tweakflow.lang.analysis.ops
Methods in com.twineworks.tweakflow.lang.analysis.ops with parameters of type CallNodeModifier and TypeMethodDescription -
Uses of CallNode in com.twineworks.tweakflow.lang.analysis.references
Methods in com.twineworks.tweakflow.lang.analysis.references that return CallNodeMethods in com.twineworks.tweakflow.lang.analysis.references with parameters of type CallNode -
Uses of CallNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type CallNode -
Uses of CallNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type CallNodeModifier and TypeMethodDescription -
Uses of CallNode in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return CallNodeModifier and TypeMethodDescriptionCallNode.copy()CallNode.setArguments(Arguments arguments) CallNode.setExpression(ExpressionNode expression) -
Uses of CallNode in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter with parameters of type CallNodeModifier and TypeMethodDescriptionstatic ValueInterpreter.evaluateStandardFunctionCall(CallNode node, StandardFunctionValue standardFunction, Arguments arguments, Stack stack, EvaluationContext context) -
Uses of CallNode in com.twineworks.tweakflow.lang.interpreter.ops
Constructors in com.twineworks.tweakflow.lang.interpreter.ops with parameters of type CallNodeModifierConstructorDescriptionFixedFunArity1CallOp(CallNode node) FixedFunArity2CallOp(CallNode node) FixedFunArity3CallOp(CallNode node)