| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.FieldDeclContext |
GoParser.fieldDecl() |
GoParser.FieldDeclContext |
GoParser.StructTypeContext.fieldDecl(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.FieldDeclContext> |
GoParser.StructTypeContext.fieldDecl() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterFieldDecl(GoParser.FieldDeclContext ctx)
Enter a parse tree produced by
GoParser.fieldDecl(). |
void |
GoParserBaseListener.enterFieldDecl(GoParser.FieldDeclContext ctx)
Enter a parse tree produced by
GoParser.fieldDecl(). |
void |
GoParserListener.exitFieldDecl(GoParser.FieldDeclContext ctx)
Exit a parse tree produced by
GoParser.fieldDecl(). |
void |
GoParserBaseListener.exitFieldDecl(GoParser.FieldDeclContext ctx)
Exit a parse tree produced by
GoParser.fieldDecl(). |
Copyright © 2021 Markus Heberling. All rights reserved.