| Package | Description |
|---|---|
| org.antlr.v4.test.runtime.java.api |
| 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<? extends 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(). |
Copyright © 1992–2024 Daniel Sun. All rights reserved.