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