| Package | Description |
|---|---|
| org.nuiton.i18n.plugin.parser.impl | |
| org.nuiton.i18n.plugin.parser.java |
| Modifier and Type | Method and Description |
|---|---|
Void |
ParserGWTJavaMojo.GWTJavaFileParser.JavaParserVisitor.visitAnnotation(JavaParser.AnnotationContext ctx) |
| 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<JavaParser.AnnotationContext> |
JavaParser.PackageDeclarationContext.annotation() |
List<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(). |
T |
JavaBaseVisitor.visitAnnotation(JavaParser.AnnotationContext ctx)
Visit a parse tree produced by
JavaParser.annotation(). |
T |
JavaVisitor.visitAnnotation(JavaParser.AnnotationContext ctx)
Visit a parse tree produced by
JavaParser.annotation(). |
Copyright © 2007–2014 CodeLutin. All rights reserved.