Class targetmapBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,targetmapListener
targetmapListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced bytargetmapParser.choiceMap().voidEnter a parse tree produced bytargetmapParser.choiceMapItem().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced bytargetmapParser.function().voidEnter a parse tree produced bytargetmapParser.identifier().voidEnter a parse tree produced bytargetmapParser.mappingTarget().voidEnter a parse tree produced bytargetmapParser.qualifiedIdentifier().voidEnter a parse tree produced bytargetmapParser.targetIndex().voidEnter a parse tree produced bytargetmapParser.targetIndexItem().voidEnter a parse tree produced bytargetmapParser.targetInvocation().voidEnter a parse tree produced bytargetmapParser.targetMap().voidEnter a parse tree produced bytargetmapParser.targetMapping().voidExit a parse tree produced bytargetmapParser.choiceMap().voidExit a parse tree produced bytargetmapParser.choiceMapItem().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced bytargetmapParser.function().voidExit a parse tree produced bytargetmapParser.identifier().voidExit a parse tree produced bytargetmapParser.mappingTarget().voidExit a parse tree produced bytargetmapParser.qualifiedIdentifier().voidExit a parse tree produced bytargetmapParser.targetIndex().voidExit a parse tree produced bytargetmapParser.targetIndexItem().voidExit a parse tree produced bytargetmapParser.targetInvocation().voidExit a parse tree produced bytargetmapParser.targetMap().voidExit a parse tree produced bytargetmapParser.targetMapping().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
targetmapBaseListener
public targetmapBaseListener()
-
-
Method Details
-
enterTargetMapping
Enter a parse tree produced bytargetmapParser.targetMapping().The default implementation does nothing.
- Specified by:
enterTargetMappingin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitTargetMapping
Exit a parse tree produced bytargetmapParser.targetMapping().The default implementation does nothing.
- Specified by:
exitTargetMappingin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterTargetMap
Enter a parse tree produced bytargetmapParser.targetMap().The default implementation does nothing.
- Specified by:
enterTargetMapin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitTargetMap
Exit a parse tree produced bytargetmapParser.targetMap().The default implementation does nothing.
- Specified by:
exitTargetMapin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterChoiceMap
Enter a parse tree produced bytargetmapParser.choiceMap().The default implementation does nothing.
- Specified by:
enterChoiceMapin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitChoiceMap
Exit a parse tree produced bytargetmapParser.choiceMap().The default implementation does nothing.
- Specified by:
exitChoiceMapin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterChoiceMapItem
Enter a parse tree produced bytargetmapParser.choiceMapItem().The default implementation does nothing.
- Specified by:
enterChoiceMapItemin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitChoiceMapItem
Exit a parse tree produced bytargetmapParser.choiceMapItem().The default implementation does nothing.
- Specified by:
exitChoiceMapItemin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterTargetIndex
Enter a parse tree produced bytargetmapParser.targetIndex().The default implementation does nothing.
- Specified by:
enterTargetIndexin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitTargetIndex
Exit a parse tree produced bytargetmapParser.targetIndex().The default implementation does nothing.
- Specified by:
exitTargetIndexin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterTargetIndexItem
Enter a parse tree produced bytargetmapParser.targetIndexItem().The default implementation does nothing.
- Specified by:
enterTargetIndexItemin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitTargetIndexItem
Exit a parse tree produced bytargetmapParser.targetIndexItem().The default implementation does nothing.
- Specified by:
exitTargetIndexItemin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterMappingTarget
Enter a parse tree produced bytargetmapParser.mappingTarget().The default implementation does nothing.
- Specified by:
enterMappingTargetin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitMappingTarget
Exit a parse tree produced bytargetmapParser.mappingTarget().The default implementation does nothing.
- Specified by:
exitMappingTargetin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterTargetInvocation
Enter a parse tree produced bytargetmapParser.targetInvocation().The default implementation does nothing.
- Specified by:
enterTargetInvocationin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitTargetInvocation
Exit a parse tree produced bytargetmapParser.targetInvocation().The default implementation does nothing.
- Specified by:
exitTargetInvocationin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterQualifiedIdentifier
Enter a parse tree produced bytargetmapParser.qualifiedIdentifier().The default implementation does nothing.
- Specified by:
enterQualifiedIdentifierin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitQualifiedIdentifier
Exit a parse tree produced bytargetmapParser.qualifiedIdentifier().The default implementation does nothing.
- Specified by:
exitQualifiedIdentifierin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced bytargetmapParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced bytargetmapParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterFunction
Enter a parse tree produced bytargetmapParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
exitFunction
Exit a parse tree produced bytargetmapParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfacetargetmapListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-