| Package | Description |
|---|---|
| org.antlr.v4.test.runtime.java.api |
| Modifier and Type | Method and Description |
|---|---|
JavaParser.AnnotationContext |
JavaParser.annotation() |
JavaParser.AnnotationContext |
JavaParser.ClassOrInterfaceModifierContext.annotation() |
JavaParser.AnnotationContext |
JavaParser.VariableModifierContext.annotation() |
JavaParser.AnnotationContext |
JavaParser.ElementValueContext.annotation() |
JavaParser.AnnotationContext |
JavaParser.PackageDeclarationContext.annotation(int i) |
JavaParser.AnnotationContext |
JavaParser.EnumConstantContext.annotation(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends JavaParser.AnnotationContext> |
JavaParser.PackageDeclarationContext.annotation() |
List<? extends JavaParser.AnnotationContext> |
JavaParser.EnumConstantContext.annotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaListener.enterAnnotation(JavaParser.AnnotationContext ctx)
Enter a parse tree produced by
JavaParser.annotation(). |
void |
JavaBaseListener.enterAnnotation(JavaParser.AnnotationContext ctx)
Enter a parse tree produced by
JavaParser.annotation(). |
void |
JavaListener.exitAnnotation(JavaParser.AnnotationContext ctx)
Exit a parse tree produced by
JavaParser.annotation(). |
void |
JavaBaseListener.exitAnnotation(JavaParser.AnnotationContext ctx)
Exit a parse tree produced by
JavaParser.annotation(). |
Copyright © 1992–2024 Daniel Sun. All rights reserved.