Uses of Class
com.twineworks.tweakflow.lang.ast.expressions.BooleanNode
Packages that use BooleanNode
Package
Description
-
Uses of BooleanNode in com.twineworks.tweakflow.lang.analysis.ops
Methods in com.twineworks.tweakflow.lang.analysis.ops that return BooleanNodeModifier and TypeMethodDescriptionOpBuilderVisitor.visit(BooleanNode node) OpSpecializationVisitor.visit(BooleanNode node) Methods in com.twineworks.tweakflow.lang.analysis.ops with parameters of type BooleanNodeModifier and TypeMethodDescriptionOpBuilderVisitor.visit(BooleanNode node) OpSpecializationVisitor.visit(BooleanNode node) -
Uses of BooleanNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type BooleanNode -
Uses of BooleanNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type BooleanNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(BooleanNode node) AVisitor.visit(BooleanNode node) Visitor.visit(BooleanNode node) -
Uses of BooleanNode in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return BooleanNodeModifier and TypeMethodDescriptionBooleanNode.copy()BooleanNode.setBoolVal(Boolean boolVal) BooleanNode.setSourceInfo(SourceInfo sourceInfo) -
Uses of BooleanNode in com.twineworks.tweakflow.lang.parse.builders
Methods in com.twineworks.tweakflow.lang.parse.builders that return BooleanNodeModifier and TypeMethodDescriptionExpressionBuilder.visitBooleanLiteral(com.twineworks.tweakflow.grammar.TweakFlowParser.BooleanLiteralContext ctx)