| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.TypeSpecContext |
GoParser.typeSpec() |
GoParser.TypeSpecContext |
GoParser.TypeDeclContext.typeSpec(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.TypeSpecContext> |
GoParser.TypeDeclContext.typeSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterTypeSpec(GoParser.TypeSpecContext ctx)
Enter a parse tree produced by
GoParser.typeSpec(). |
void |
GoParserBaseListener.enterTypeSpec(GoParser.TypeSpecContext ctx)
Enter a parse tree produced by
GoParser.typeSpec(). |
void |
GoParserListener.exitTypeSpec(GoParser.TypeSpecContext ctx)
Exit a parse tree produced by
GoParser.typeSpec(). |
void |
GoParserBaseListener.exitTypeSpec(GoParser.TypeSpecContext ctx)
Exit a parse tree produced by
GoParser.typeSpec(). |
Copyright © 2021 Markus Heberling. All rights reserved.