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