Class FieldSpecifierNotationBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,FieldSpecifierNotationListener
FieldSpecifierNotationListener,
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 byFieldSpecifierNotationParser.arrayQualifier().voidEnter a parse tree produced by thearrayQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().voidEnter a parse tree produced byFieldSpecifierNotationParser.dotExpression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byFieldSpecifierNotationParser.fieldSpecifier().voidEnter a parse tree produced byFieldSpecifierNotationParser.mapQualifier().voidEnter a parse tree produced by themapQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().voidEnter a parse tree produced byFieldSpecifierNotationParser.qualifiedComponent().voidEnter a parse tree produced by thequalifyComponentlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().voidEnter a parse tree produced by thesimpleIdentifierlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().voidEnter a parse tree produced by thewildcardlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().voidExit a parse tree produced byFieldSpecifierNotationParser.arrayQualifier().voidExit a parse tree produced by thearrayQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().voidExit a parse tree produced byFieldSpecifierNotationParser.dotExpression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byFieldSpecifierNotationParser.fieldSpecifier().voidExit a parse tree produced byFieldSpecifierNotationParser.mapQualifier().voidExit a parse tree produced by themapQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().voidExit a parse tree produced byFieldSpecifierNotationParser.qualifiedComponent().voidExit a parse tree produced by thequalifyComponentlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().voidExit a parse tree produced by thesimpleIdentifierlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().voidExit a parse tree produced by thewildcardlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
FieldSpecifierNotationBaseListener
public FieldSpecifierNotationBaseListener()
-
-
Method Details
-
enterFieldSpecifier
Enter a parse tree produced byFieldSpecifierNotationParser.fieldSpecifier().The default implementation does nothing.
- Specified by:
enterFieldSpecifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitFieldSpecifier
Exit a parse tree produced byFieldSpecifierNotationParser.fieldSpecifier().The default implementation does nothing.
- Specified by:
exitFieldSpecifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterDotExpression
Enter a parse tree produced byFieldSpecifierNotationParser.dotExpression().The default implementation does nothing.
- Specified by:
enterDotExpressionin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitDotExpression
Exit a parse tree produced byFieldSpecifierNotationParser.dotExpression().The default implementation does nothing.
- Specified by:
exitDotExpressionin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterQualifyComponent
Enter a parse tree produced by thequalifyComponentlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().The default implementation does nothing.
- Specified by:
enterQualifyComponentin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitQualifyComponent
Exit a parse tree produced by thequalifyComponentlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().The default implementation does nothing.
- Specified by:
exitQualifyComponentin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterSimpleIdentifier
Enter a parse tree produced by thesimpleIdentifierlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().The default implementation does nothing.
- Specified by:
enterSimpleIdentifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitSimpleIdentifier
Exit a parse tree produced by thesimpleIdentifierlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().The default implementation does nothing.
- Specified by:
exitSimpleIdentifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterWildcard
Enter a parse tree produced by thewildcardlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().The default implementation does nothing.
- Specified by:
enterWildcardin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitWildcard
Exit a parse tree produced by thewildcardlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().The default implementation does nothing.
- Specified by:
exitWildcardin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterQualifiedComponent
Enter a parse tree produced byFieldSpecifierNotationParser.qualifiedComponent().The default implementation does nothing.
- Specified by:
enterQualifiedComponentin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitQualifiedComponent
Exit a parse tree produced byFieldSpecifierNotationParser.qualifiedComponent().The default implementation does nothing.
- Specified by:
exitQualifiedComponentin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterArrayQualifierList
Enter a parse tree produced by thearrayQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().The default implementation does nothing.
- Specified by:
enterArrayQualifierListin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitArrayQualifierList
Exit a parse tree produced by thearrayQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().The default implementation does nothing.
- Specified by:
exitArrayQualifierListin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterMapQualifierList
Enter a parse tree produced by themapQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().The default implementation does nothing.
- Specified by:
enterMapQualifierListin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitMapQualifierList
Exit a parse tree produced by themapQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().The default implementation does nothing.
- Specified by:
exitMapQualifierListin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterArrayQualifier
Enter a parse tree produced byFieldSpecifierNotationParser.arrayQualifier().The default implementation does nothing.
- Specified by:
enterArrayQualifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitArrayQualifier
Exit a parse tree produced byFieldSpecifierNotationParser.arrayQualifier().The default implementation does nothing.
- Specified by:
exitArrayQualifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
enterMapQualifier
Enter a parse tree produced byFieldSpecifierNotationParser.mapQualifier().The default implementation does nothing.
- Specified by:
enterMapQualifierin interfaceFieldSpecifierNotationListener- Parameters:
ctx- the parse tree
-
exitMapQualifier
Exit a parse tree produced byFieldSpecifierNotationParser.mapQualifier().The default implementation does nothing.
- Specified by:
exitMapQualifierin interfaceFieldSpecifierNotationListener- 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
-