Class AnnotationSignatureParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,AnnotationSignatureParserListener
AnnotationSignatureParserListener,
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 byAnnotationSignatureParser.annotation().voidEnter a parse tree produced byAnnotationSignatureParser.annotationName().voidEnter a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().voidEnter a parse tree produced byAnnotationSignatureParser.elementValue().voidEnter a parse tree produced byAnnotationSignatureParser.elementValuePair().voidEnter a parse tree produced byAnnotationSignatureParser.elementValuePairs().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byAnnotationSignatureParser.literal().voidEnter a parse tree produced byAnnotationSignatureParser.primary().voidEnter a parse tree produced byAnnotationSignatureParser.qualifiedName().voidEnter a parse tree produced byAnnotationSignatureParser.type().voidExit a parse tree produced byAnnotationSignatureParser.annotation().voidExit a parse tree produced byAnnotationSignatureParser.annotationName().voidExit a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().voidExit a parse tree produced byAnnotationSignatureParser.elementValue().voidExit a parse tree produced byAnnotationSignatureParser.elementValuePair().voidExit a parse tree produced byAnnotationSignatureParser.elementValuePairs().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byAnnotationSignatureParser.literal().voidExit a parse tree produced byAnnotationSignatureParser.primary().voidExit a parse tree produced byAnnotationSignatureParser.qualifiedName().voidExit a parse tree produced byAnnotationSignatureParser.type().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
AnnotationSignatureParserBaseListener
public AnnotationSignatureParserBaseListener()
-
-
Method Details
-
enterAnnotation
Enter a parse tree produced byAnnotationSignatureParser.annotation().The default implementation does nothing.
- Specified by:
enterAnnotationin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byAnnotationSignatureParser.annotation().The default implementation does nothing.
- Specified by:
exitAnnotationin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterAnnotationName
Enter a parse tree produced byAnnotationSignatureParser.annotationName().The default implementation does nothing.
- Specified by:
enterAnnotationNamein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitAnnotationName
Exit a parse tree produced byAnnotationSignatureParser.annotationName().The default implementation does nothing.
- Specified by:
exitAnnotationNamein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterQualifiedName
Enter a parse tree produced byAnnotationSignatureParser.qualifiedName().The default implementation does nothing.
- Specified by:
enterQualifiedNamein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitQualifiedName
Exit a parse tree produced byAnnotationSignatureParser.qualifiedName().The default implementation does nothing.
- Specified by:
exitQualifiedNamein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterElementValuePairs
Enter a parse tree produced byAnnotationSignatureParser.elementValuePairs().The default implementation does nothing.
- Specified by:
enterElementValuePairsin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitElementValuePairs
Exit a parse tree produced byAnnotationSignatureParser.elementValuePairs().The default implementation does nothing.
- Specified by:
exitElementValuePairsin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterElementValuePair
Enter a parse tree produced byAnnotationSignatureParser.elementValuePair().The default implementation does nothing.
- Specified by:
enterElementValuePairin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitElementValuePair
Exit a parse tree produced byAnnotationSignatureParser.elementValuePair().The default implementation does nothing.
- Specified by:
exitElementValuePairin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterElementValue
Enter a parse tree produced byAnnotationSignatureParser.elementValue().The default implementation does nothing.
- Specified by:
enterElementValuein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitElementValue
Exit a parse tree produced byAnnotationSignatureParser.elementValue().The default implementation does nothing.
- Specified by:
exitElementValuein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byAnnotationSignatureParser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byAnnotationSignatureParser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byAnnotationSignatureParser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byAnnotationSignatureParser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceType
Enter a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().The default implementation does nothing.
- Specified by:
enterClassOrInterfaceTypein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceType
Exit a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().The default implementation does nothing.
- Specified by:
exitClassOrInterfaceTypein interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byAnnotationSignatureParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceAnnotationSignatureParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byAnnotationSignatureParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceAnnotationSignatureParserListener- 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
-