Class targetmapBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,targetmapVisitor<T>
targetmapVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced bytargetmapParser.choiceMap().Visit a parse tree produced bytargetmapParser.choiceMapItem().Visit a parse tree produced bytargetmapParser.function().Visit a parse tree produced bytargetmapParser.identifier().Visit a parse tree produced bytargetmapParser.mappingTarget().Visit a parse tree produced bytargetmapParser.qualifiedIdentifier().Visit a parse tree produced bytargetmapParser.targetIndex().Visit a parse tree produced bytargetmapParser.targetIndexItem().Visit a parse tree produced bytargetmapParser.targetInvocation().Visit a parse tree produced bytargetmapParser.targetMap().Visit a parse tree produced bytargetmapParser.targetMapping().Methods 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
-
targetmapBaseVisitor
public targetmapBaseVisitor()
-
-
Method Details
-
visitTargetMapping
Visit a parse tree produced bytargetmapParser.targetMapping().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetMappingin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetMap
Visit a parse tree produced bytargetmapParser.targetMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetMapin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChoiceMap
Visit a parse tree produced bytargetmapParser.choiceMap().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChoiceMapin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitChoiceMapItem
Visit a parse tree produced bytargetmapParser.choiceMapItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitChoiceMapItemin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetIndex
Visit a parse tree produced bytargetmapParser.targetIndex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetIndexin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetIndexItem
Visit a parse tree produced bytargetmapParser.targetIndexItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetIndexItemin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMappingTarget
Visit a parse tree produced bytargetmapParser.mappingTarget().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMappingTargetin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTargetInvocation
Visit a parse tree produced bytargetmapParser.targetInvocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTargetInvocationin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualifiedIdentifier
Visit a parse tree produced bytargetmapParser.qualifiedIdentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualifiedIdentifierin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced bytargetmapParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction
Visit a parse tree produced bytargetmapParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionin interfacetargetmapVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-