Interface FieldSpecifierNotationListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
FieldSpecifierNotationBaseListener
public interface FieldSpecifierNotationListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
FieldSpecifierNotationParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterFieldSpecifier
Enter a parse tree produced byFieldSpecifierNotationParser.fieldSpecifier().- Parameters:
ctx- the parse tree
-
exitFieldSpecifier
Exit a parse tree produced byFieldSpecifierNotationParser.fieldSpecifier().- Parameters:
ctx- the parse tree
-
enterDotExpression
Enter a parse tree produced byFieldSpecifierNotationParser.dotExpression().- Parameters:
ctx- the parse tree
-
exitDotExpression
Exit a parse tree produced byFieldSpecifierNotationParser.dotExpression().- Parameters:
ctx- the parse tree
-
enterQualifyComponent
Enter a parse tree produced by thequalifyComponentlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().- Parameters:
ctx- the parse tree
-
exitQualifyComponent
Exit a parse tree produced by thequalifyComponentlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().- Parameters:
ctx- the parse tree
-
enterSimpleIdentifier
Enter a parse tree produced by thesimpleIdentifierlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().- Parameters:
ctx- the parse tree
-
exitSimpleIdentifier
Exit a parse tree produced by thesimpleIdentifierlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().- Parameters:
ctx- the parse tree
-
enterWildcard
Enter a parse tree produced by thewildcardlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().- Parameters:
ctx- the parse tree
-
exitWildcard
Exit a parse tree produced by thewildcardlabeled alternative inFieldSpecifierNotationParser.dotExpressionComponent().- Parameters:
ctx- the parse tree
-
enterQualifiedComponent
Enter a parse tree produced byFieldSpecifierNotationParser.qualifiedComponent().- Parameters:
ctx- the parse tree
-
exitQualifiedComponent
Exit a parse tree produced byFieldSpecifierNotationParser.qualifiedComponent().- Parameters:
ctx- the parse tree
-
enterArrayQualifierList
Enter a parse tree produced by thearrayQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().- Parameters:
ctx- the parse tree
-
exitArrayQualifierList
Exit a parse tree produced by thearrayQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().- Parameters:
ctx- the parse tree
-
enterMapQualifierList
Enter a parse tree produced by themapQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().- Parameters:
ctx- the parse tree
-
exitMapQualifierList
Exit a parse tree produced by themapQualifierListlabeled alternative inFieldSpecifierNotationParser.qualifierList().- Parameters:
ctx- the parse tree
-
enterArrayQualifier
Enter a parse tree produced byFieldSpecifierNotationParser.arrayQualifier().- Parameters:
ctx- the parse tree
-
exitArrayQualifier
Exit a parse tree produced byFieldSpecifierNotationParser.arrayQualifier().- Parameters:
ctx- the parse tree
-
enterMapQualifier
Enter a parse tree produced byFieldSpecifierNotationParser.mapQualifier().- Parameters:
ctx- the parse tree
-
exitMapQualifier
Exit a parse tree produced byFieldSpecifierNotationParser.mapQualifier().- Parameters:
ctx- the parse tree
-