| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.StructTypeContext |
GoParser.structType() |
GoParser.StructTypeContext |
GoParser.TypeLitContext.structType() |
GoParser.StructTypeContext |
GoParser.LiteralTypeContext.structType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterStructType(GoParser.StructTypeContext ctx)
Enter a parse tree produced by
GoParser.structType(). |
void |
GoParserBaseListener.enterStructType(GoParser.StructTypeContext ctx)
Enter a parse tree produced by
GoParser.structType(). |
void |
GoParserListener.exitStructType(GoParser.StructTypeContext ctx)
Exit a parse tree produced by
GoParser.structType(). |
void |
GoParserBaseListener.exitStructType(GoParser.StructTypeContext ctx)
Exit a parse tree produced by
GoParser.structType(). |
Copyright © 2021 Markus Heberling. All rights reserved.