Uses of Class
com.twineworks.tweakflow.lang.ast.expressions.FunctionNode
Packages that use FunctionNode
Package
Description
-
Uses of FunctionNode in com.twineworks.tweakflow.lang.analysis.constants
Methods in com.twineworks.tweakflow.lang.analysis.constants with parameters of type FunctionNode -
Uses of FunctionNode in com.twineworks.tweakflow.lang.analysis.ops
Methods in com.twineworks.tweakflow.lang.analysis.ops with parameters of type FunctionNodeModifier and TypeMethodDescriptionOpBuilderVisitor.visit(FunctionNode node) OpSpecializationVisitor.visit(FunctionNode node) -
Uses of FunctionNode in com.twineworks.tweakflow.lang.analysis.references
Methods in com.twineworks.tweakflow.lang.analysis.references that return FunctionNodeMethods in com.twineworks.tweakflow.lang.analysis.references that return types with arguments of type FunctionNodeMethods in com.twineworks.tweakflow.lang.analysis.references with parameters of type FunctionNodeModifier and TypeMethodDescriptionClosureAnalysisVisitor.visit(FunctionNode node) MetaDataAnalysisVisitor.visit(FunctionNode node) -
Uses of FunctionNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type FunctionNode -
Uses of FunctionNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type FunctionNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(FunctionNode node) AVisitor.visit(FunctionNode node) Visitor.visit(FunctionNode node) -
Uses of FunctionNode in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return FunctionNodeModifier and TypeMethodDescriptionFunctionNode.copy()FunctionNode.setClosedOverReferences(Set<ReferenceNode> closedOverReferences) FunctionNode.setDeclaredReturnType(Type declaredReturnType) FunctionNode.setExpression(ExpressionNode expression) FunctionNode.setFunctionValue(Value functionValue) FunctionNode.setParameters(Parameters parameters) FunctionNode.setSignature(FunctionSignature signature) -
Uses of FunctionNode in com.twineworks.tweakflow.lang.interpreter.ops
Constructors in com.twineworks.tweakflow.lang.interpreter.ops with parameters of type FunctionNode -
Uses of FunctionNode in com.twineworks.tweakflow.lang.values
Constructors in com.twineworks.tweakflow.lang.values with parameters of type FunctionNodeModifierConstructorDescriptionStandardFunctionValue(FunctionNode functionNode, FunctionSignature signature, Map<ReferenceNode, ValueProvider> closures)