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 thecheckExprlabeled 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, visitSetValueMethods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
Visitor
-
-
Method Details
-
visitCheckExpr
Description copied from class:ExpectedStepBaseVisitorVisit a parse tree produced by thecheckExprlabeled alternative inExpectedStepParser.checkExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckExprin interfaceExpectedStepVisitor<Object>- Overrides:
visitCheckExprin classExpectedStepBaseVisitor<Object>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
Description copied from class:ExpectedStepBaseVisitorVisit 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:
visitAssignmentin interfaceExpectedStepVisitor<Object>- Overrides:
visitAssignmentin classExpectedStepBaseVisitor<Object>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExportExpression
Description copied from class:ExpectedStepBaseVisitorVisit 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:
visitExportExpressionin interfaceExpectedStepVisitor<Object>- Overrides:
visitExportExpressionin classExpectedStepBaseVisitor<Object>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-