Uses of Class
com.twineworks.tweakflow.lang.ast.structure.match.ExpressionPatternNode
Packages that use ExpressionPatternNode
Package
Description
-
Uses of ExpressionPatternNode in com.twineworks.tweakflow.lang.analysis.ops
Methods in com.twineworks.tweakflow.lang.analysis.ops that return ExpressionPatternNodeModifier and TypeMethodDescriptionOpBuilderVisitor.visit(ExpressionPatternNode node) OpSpecializationVisitor.visit(ExpressionPatternNode node) Methods in com.twineworks.tweakflow.lang.analysis.ops with parameters of type ExpressionPatternNodeModifier and TypeMethodDescriptionOpBuilderVisitor.visit(ExpressionPatternNode node) OpSpecializationVisitor.visit(ExpressionPatternNode node) -
Uses of ExpressionPatternNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope that return ExpressionPatternNodeMethods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type ExpressionPatternNode -
Uses of ExpressionPatternNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors that return ExpressionPatternNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(ExpressionPatternNode node) AVisitor.visit(ExpressionPatternNode node) Visitor.visit(ExpressionPatternNode node) Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type ExpressionPatternNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(ExpressionPatternNode node) AVisitor.visit(ExpressionPatternNode node) Visitor.visit(ExpressionPatternNode node) -
Uses of ExpressionPatternNode in com.twineworks.tweakflow.lang.ast.structure.match
Methods in com.twineworks.tweakflow.lang.ast.structure.match that return ExpressionPatternNodeModifier and TypeMethodDescriptionExpressionPatternNode.copy()ExpressionPatternNode.setCapture(CapturePatternNode capture) ExpressionPatternNode.setExpression(ExpressionNode expression) ExpressionPatternNode.setPatternOp(PatternOp patternOp) ExpressionPatternNode.setSourceInfo(SourceInfo sourceInfo) -
Uses of ExpressionPatternNode in com.twineworks.tweakflow.lang.interpreter.ops
Constructors in com.twineworks.tweakflow.lang.interpreter.ops with parameters of type ExpressionPatternNode