Package step.repositories.parser
Class CustomExpectedStepParser.Visitor
java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
step.repositories.parser.expected.ExpectedStepBaseVisitor<Object>
step.repositories.parser.CustomExpectedStepParser.Visitor
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Object>
,ExpectedStepVisitor<Object>
- Enclosing class:
- CustomExpectedStepParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byExpectedStepParser.assignment()
.Visit a parse tree produced by thecheckExpr
labeled alternative inExpectedStepParser.checkExpression()
.Visit a parse tree produced byExpectedStepParser.exportExpression()
.Methods inherited from class step.repositories.parser.expected.ExpectedStepBaseVisitor
visitAttributeName, visitAttributeValue, visitControlParameter, visitExpr, visitOutputAttributeName, visitParse, visitSetExpression, visitSetValue
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
Visitor
-
-
Method Details
-
visitCheckExpr
Description copied from class:ExpectedStepBaseVisitor
Visit a parse tree produced by thecheckExpr
labeled alternative inExpectedStepParser.checkExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCheckExpr
in interfaceExpectedStepVisitor<Object>
- Overrides:
visitCheckExpr
in classExpectedStepBaseVisitor<Object>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAssignment
Description copied from class:ExpectedStepBaseVisitor
Visit a parse tree produced byExpectedStepParser.assignment()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAssignment
in interfaceExpectedStepVisitor<Object>
- Overrides:
visitAssignment
in classExpectedStepBaseVisitor<Object>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExportExpression
Description copied from class:ExpectedStepBaseVisitor
Visit a parse tree produced byExpectedStepParser.exportExpression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExportExpression
in interfaceExpectedStepVisitor<Object>
- Overrides:
visitExportExpression
in classExpectedStepBaseVisitor<Object>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-