Uses of Class
com.twineworks.tweakflow.lang.ast.structure.match.MatchLineNode
Packages that use MatchLineNode
Package
Description
-
Uses of MatchLineNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope that return MatchLineNodeMethods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type MatchLineNode -
Uses of MatchLineNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors that return MatchLineNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(MatchLineNode node) AVisitor.visit(MatchLineNode node) Visitor.visit(MatchLineNode node) Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type MatchLineNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(MatchLineNode node) AVisitor.visit(MatchLineNode node) Visitor.visit(MatchLineNode node) -
Uses of MatchLineNode in com.twineworks.tweakflow.lang.ast.structure.match
Methods in com.twineworks.tweakflow.lang.ast.structure.match that return MatchLineNodeModifier and TypeMethodDescriptionMatchLineNode.copy()MatchLineNode.setExpression(ExpressionNode expression) MatchLineNode.setGuard(ExpressionNode guard) MatchLineNode.setPattern(MatchPatternNode pattern) MatchLineNode.setSourceInfo(SourceInfo sourceInfo) Methods in com.twineworks.tweakflow.lang.ast.structure.match that return types with arguments of type MatchLineNode -
Uses of MatchLineNode in com.twineworks.tweakflow.lang.parse.builders
Methods in com.twineworks.tweakflow.lang.parse.builders that return MatchLineNodeModifier and TypeMethodDescriptionMatchLineBuilder.visitDefaultLine(com.twineworks.tweakflow.grammar.TweakFlowParser.DefaultLineContext ctx) MatchLineBuilder.visitPatternLine(com.twineworks.tweakflow.grammar.TweakFlowParser.PatternLineContext ctx)