| Package | Description |
|---|---|
| org.nuiton.i18n.plugin.parser.java |
| Modifier and Type | Method and Description |
|---|---|
JavaParser.TypeDeclarationContext |
JavaParser.typeDeclaration() |
JavaParser.TypeDeclarationContext |
JavaParser.BlockStatementContext.typeDeclaration() |
JavaParser.TypeDeclarationContext |
JavaParser.CompilationUnitContext.typeDeclaration(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<JavaParser.TypeDeclarationContext> |
JavaParser.CompilationUnitContext.typeDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaListener.enterTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
Enter a parse tree produced by
JavaParser.typeDeclaration(). |
void |
JavaBaseListener.enterTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
Enter a parse tree produced by
JavaParser.typeDeclaration(). |
void |
JavaListener.exitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
Exit a parse tree produced by
JavaParser.typeDeclaration(). |
void |
JavaBaseListener.exitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
Exit a parse tree produced by
JavaParser.typeDeclaration(). |
T |
JavaBaseVisitor.visitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
Visit a parse tree produced by
JavaParser.typeDeclaration(). |
T |
JavaVisitor.visitTypeDeclaration(JavaParser.TypeDeclarationContext ctx)
Visit a parse tree produced by
JavaParser.typeDeclaration(). |
Copyright © 2007–2014 CodeLutin. All rights reserved.