| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.DeclarationContext |
GoParser.declaration() |
GoParser.DeclarationContext |
GoParser.StatementContext.declaration() |
GoParser.DeclarationContext |
GoParser.SourceFileContext.declaration(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.DeclarationContext> |
GoParser.SourceFileContext.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterDeclaration(GoParser.DeclarationContext ctx)
Enter a parse tree produced by
GoParser.declaration(). |
void |
GoParserBaseListener.enterDeclaration(GoParser.DeclarationContext ctx)
Enter a parse tree produced by
GoParser.declaration(). |
void |
GoParserListener.exitDeclaration(GoParser.DeclarationContext ctx)
Exit a parse tree produced by
GoParser.declaration(). |
void |
GoParserBaseListener.exitDeclaration(GoParser.DeclarationContext ctx)
Exit a parse tree produced by
GoParser.declaration(). |
Copyright © 2021 Markus Heberling. All rights reserved.