Uses of Class
com.twineworks.tweakflow.lang.ast.args.Arguments
Packages that use Arguments
Package
Description
-
Uses of Arguments in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope that return ArgumentsMethods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type Arguments -
Uses of Arguments in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors that return ArgumentsModifier and TypeMethodDescriptionMethods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type Arguments -
Uses of Arguments in com.twineworks.tweakflow.lang.ast.args
Methods in com.twineworks.tweakflow.lang.ast.args that return ArgumentsModifier and TypeMethodDescriptionArguments.copy()Arguments.setList(List<ArgumentNode> list) Arguments.setSourceInfo(SourceInfo sourceInfo) -
Uses of Arguments in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return ArgumentsMethods in com.twineworks.tweakflow.lang.ast.expressions with parameters of type Arguments -
Uses of Arguments in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter with parameters of type ArgumentsModifier and TypeMethodDescriptionstatic Value[]Interpreter.argumentsForUserCall(Arguments arguments, Value[] argumentValues, FunctionSignature signature) static Value[]Interpreter.evalArguments(Arguments arguments, Stack stack, EvaluationContext context) static ValueInterpreter.evaluateStandardFunctionCall(CallNode node, StandardFunctionValue standardFunction, Arguments arguments, Stack stack, EvaluationContext context)