Interface AnnotationSignatureParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
AnnotationSignatureParserBaseListener
public interface AnnotationSignatureParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byAnnotationSignatureParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterAnnotation
void enterAnnotation(AnnotationSignatureParser.AnnotationContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.annotation().- Parameters:
ctx- the parse tree
-
exitAnnotation
void exitAnnotation(AnnotationSignatureParser.AnnotationContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.annotation().- Parameters:
ctx- the parse tree
-
enterAnnotationName
void enterAnnotationName(AnnotationSignatureParser.AnnotationNameContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.annotationName().- Parameters:
ctx- the parse tree
-
exitAnnotationName
void exitAnnotationName(AnnotationSignatureParser.AnnotationNameContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.annotationName().- Parameters:
ctx- the parse tree
-
enterQualifiedName
void enterQualifiedName(AnnotationSignatureParser.QualifiedNameContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.qualifiedName().- Parameters:
ctx- the parse tree
-
exitQualifiedName
void exitQualifiedName(AnnotationSignatureParser.QualifiedNameContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.qualifiedName().- Parameters:
ctx- the parse tree
-
enterElementValuePairs
void enterElementValuePairs(AnnotationSignatureParser.ElementValuePairsContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.elementValuePairs().- Parameters:
ctx- the parse tree
-
exitElementValuePairs
void exitElementValuePairs(AnnotationSignatureParser.ElementValuePairsContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.elementValuePairs().- Parameters:
ctx- the parse tree
-
enterElementValuePair
void enterElementValuePair(AnnotationSignatureParser.ElementValuePairContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.elementValuePair().- Parameters:
ctx- the parse tree
-
exitElementValuePair
void exitElementValuePair(AnnotationSignatureParser.ElementValuePairContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.elementValuePair().- Parameters:
ctx- the parse tree
-
enterElementValue
void enterElementValue(AnnotationSignatureParser.ElementValueContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.elementValue().- Parameters:
ctx- the parse tree
-
exitElementValue
void exitElementValue(AnnotationSignatureParser.ElementValueContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.elementValue().- Parameters:
ctx- the parse tree
-
enterPrimary
void enterPrimary(AnnotationSignatureParser.PrimaryContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.primary().- Parameters:
ctx- the parse tree
-
exitPrimary
void exitPrimary(AnnotationSignatureParser.PrimaryContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.primary().- Parameters:
ctx- the parse tree
-
enterType
void enterType(AnnotationSignatureParser.TypeContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.type().- Parameters:
ctx- the parse tree
-
exitType
void exitType(AnnotationSignatureParser.TypeContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.type().- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceType
void enterClassOrInterfaceType(AnnotationSignatureParser.ClassOrInterfaceTypeContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceType
void exitClassOrInterfaceType(AnnotationSignatureParser.ClassOrInterfaceTypeContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.classOrInterfaceType().- Parameters:
ctx- the parse tree
-
enterLiteral
void enterLiteral(AnnotationSignatureParser.LiteralContext ctx)
Enter a parse tree produced byAnnotationSignatureParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
void exitLiteral(AnnotationSignatureParser.LiteralContext ctx)
Exit a parse tree produced byAnnotationSignatureParser.literal().- Parameters:
ctx- the parse tree
-
-