| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.Type_Context |
GoParser.type_() |
GoParser.Type_Context |
GoParser.ConstSpecContext.type_() |
GoParser.Type_Context |
GoParser.TypeSpecContext.type_() |
GoParser.Type_Context |
GoParser.VarSpecContext.type_() |
GoParser.Type_Context |
GoParser.Type_Context.type_() |
GoParser.Type_Context |
GoParser.ElementTypeContext.type_() |
GoParser.Type_Context |
GoParser.PointerTypeContext.type_() |
GoParser.Type_Context |
GoParser.MapTypeContext.type_() |
GoParser.Type_Context |
GoParser.ResultContext.type_() |
GoParser.Type_Context |
GoParser.ParameterDeclContext.type_() |
GoParser.Type_Context |
GoParser.ConversionContext.type_() |
GoParser.Type_Context |
GoParser.FieldDeclContext.type_() |
GoParser.Type_Context |
GoParser.TypeAssertionContext.type_() |
GoParser.Type_Context |
GoParser.ArgumentsContext.type_() |
GoParser.Type_Context |
GoParser.TypeListContext.type_(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.Type_Context> |
GoParser.TypeListContext.type_() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterType_(GoParser.Type_Context ctx)
Enter a parse tree produced by
GoParser.type_(). |
void |
GoParserBaseListener.enterType_(GoParser.Type_Context ctx)
Enter a parse tree produced by
GoParser.type_(). |
void |
GoParserListener.exitType_(GoParser.Type_Context ctx)
Exit a parse tree produced by
GoParser.type_(). |
void |
GoParserBaseListener.exitType_(GoParser.Type_Context ctx)
Exit a parse tree produced by
GoParser.type_(). |
Copyright © 2021 Markus Heberling. All rights reserved.