Interface AnnotationSignatureParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
AnnotationSignatureParserBaseListener
public interface AnnotationSignatureParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
AnnotationSignatureParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterAnnotation
Enter a parse tree produced byAnnotationSignatureParser.annotation().- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byAnnotationSignatureParser.annotation().- Parameters:
ctx- the parse tree
-
enterAnnotationName
Enter a parse tree produced byAnnotationSignatureParser.annotationName().- Parameters:
ctx- the parse tree
-
exitAnnotationName
Exit a parse tree produced byAnnotationSignatureParser.annotationName().- Parameters:
ctx- the parse tree
-
enterQualifiedName
Enter a parse tree produced byAnnotationSignatureParser.qualifiedName().- Parameters:
ctx- the parse tree
-
exitQualifiedName
Exit a parse tree produced byAnnotationSignatureParser.qualifiedName().- Parameters:
ctx- the parse tree
-
enterElementValuePairs
Enter a parse tree produced byAnnotationSignatureParser.elementValuePairs().- Parameters:
ctx- the parse tree
-
exitElementValuePairs
Exit a parse tree produced byAnnotationSignatureParser.elementValuePairs().- Parameters:
ctx- the parse tree
-
enterElementValuePair
Enter a parse tree produced byAnnotationSignatureParser.elementValuePair().- Parameters:
ctx- the parse tree
-
exitElementValuePair
Exit a parse tree produced byAnnotationSignatureParser.elementValuePair().- Parameters:
ctx- the parse tree
-
enterElementValue
Enter a parse tree produced byAnnotationSignatureParser.elementValue().- Parameters:
ctx- the parse tree
-
exitElementValue
Exit a parse tree produced byAnnotationSignatureParser.elementValue().- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byAnnotationSignatureParser.primary().- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byAnnotationSignatureParser.primary().- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byAnnotationSignatureParser.type().- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byAnnotationSignatureParser.type().- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceType
Enter a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceType
Exit a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced byAnnotationSignatureParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced byAnnotationSignatureParser.literal().- Parameters:
ctx- the parse tree
-