Package | Description |
---|---|
com.github.antlrjavaparser | |
com.github.antlrjavaparser.adapter |
Modifier and Type | Method and Description |
---|---|
Java7Parser.AnnotationContext |
Java7Parser.annotation() |
Java7Parser.AnnotationContext |
Java7Parser.ModifierContext.annotation() |
Java7Parser.AnnotationContext |
Java7Parser.ElementValueContext.annotation() |
Java7Parser.AnnotationContext |
Java7Parser.VariableModifiersContext.annotation(int i) |
Java7Parser.AnnotationContext |
Java7Parser.IdentifierTypeArgumentContext.annotation(int i) |
Java7Parser.AnnotationContext |
Java7Parser.AnnotationsContext.annotation(int i) |
Java7Parser.AnnotationContext |
Java7Parser.TypeVariableContext.annotation(int i) |
Java7Parser.AnnotationContext |
Java7Parser.DimsContext.annotation(int i) |
Modifier and Type | Method and Description |
---|---|
List<Java7Parser.AnnotationContext> |
Java7Parser.VariableModifiersContext.annotation() |
List<Java7Parser.AnnotationContext> |
Java7Parser.IdentifierTypeArgumentContext.annotation() |
List<Java7Parser.AnnotationContext> |
Java7Parser.AnnotationsContext.annotation() |
List<Java7Parser.AnnotationContext> |
Java7Parser.TypeVariableContext.annotation() |
List<Java7Parser.AnnotationContext> |
Java7Parser.DimsContext.annotation() |
Modifier and Type | Method and Description |
---|---|
void |
Java7ParserListener.enterAnnotation(Java7Parser.AnnotationContext ctx)
Enter a parse tree produced by
Java7Parser.annotation() . |
void |
Java7ParserBaseListener.enterAnnotation(Java7Parser.AnnotationContext ctx)
Enter a parse tree produced by
Java7Parser.annotation() . |
void |
Java7ParserListener.exitAnnotation(Java7Parser.AnnotationContext ctx)
Exit a parse tree produced by
Java7Parser.annotation() . |
void |
Java7ParserBaseListener.exitAnnotation(Java7Parser.AnnotationContext ctx)
Exit a parse tree produced by
Java7Parser.annotation() . |
Modifier and Type | Method and Description |
---|---|
AnnotationExpr |
AnnotationContextAdapter.adapt(Java7Parser.AnnotationContext context,
AdapterParameters adapterParameters) |
Copyright © 2015. All Rights Reserved.