| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.TypeNameContext |
GoParser.typeName() |
GoParser.TypeNameContext |
GoParser.Type_Context.typeName() |
GoParser.TypeNameContext |
GoParser.MethodSpecContext.typeName() |
GoParser.TypeNameContext |
GoParser.LiteralTypeContext.typeName() |
GoParser.TypeNameContext |
GoParser.AnonymousFieldContext.typeName() |
GoParser.TypeNameContext |
GoParser.ReceiverTypeContext.typeName() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterTypeName(GoParser.TypeNameContext ctx)
Enter a parse tree produced by
GoParser.typeName(). |
void |
GoParserBaseListener.enterTypeName(GoParser.TypeNameContext ctx)
Enter a parse tree produced by
GoParser.typeName(). |
void |
GoParserListener.exitTypeName(GoParser.TypeNameContext ctx)
Exit a parse tree produced by
GoParser.typeName(). |
void |
GoParserBaseListener.exitTypeName(GoParser.TypeNameContext ctx)
Exit a parse tree produced by
GoParser.typeName(). |
Copyright © 2021 Markus Heberling. All rights reserved.