Uses of Class
com.twineworks.tweakflow.lang.ast.expressions.NegateNode
Packages that use NegateNode
Package
Description
-
Uses of NegateNode in com.twineworks.tweakflow.lang.analysis.ops
Methods in com.twineworks.tweakflow.lang.analysis.ops with parameters of type NegateNodeModifier and TypeMethodDescriptionOpBuilderVisitor.visit(NegateNode node) OpSpecializationVisitor.visit(NegateNode node) -
Uses of NegateNode in com.twineworks.tweakflow.lang.analysis.references
Methods in com.twineworks.tweakflow.lang.analysis.references with parameters of type NegateNode -
Uses of NegateNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope that return NegateNodeMethods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type NegateNode -
Uses of NegateNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type NegateNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(NegateNode node) AVisitor.visit(NegateNode node) Visitor.visit(NegateNode node) -
Uses of NegateNode in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return NegateNodeModifier and TypeMethodDescriptionNegateNode.copy()NegateNode.setExpression(ExpressionNode expression) -
Uses of NegateNode in com.twineworks.tweakflow.lang.interpreter.ops
Constructors in com.twineworks.tweakflow.lang.interpreter.ops with parameters of type NegateNode