| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.IdentifierListContext |
GoParser.identifierList() |
GoParser.IdentifierListContext |
GoParser.ConstSpecContext.identifierList() |
GoParser.IdentifierListContext |
GoParser.VarSpecContext.identifierList() |
GoParser.IdentifierListContext |
GoParser.ShortVarDeclContext.identifierList() |
GoParser.IdentifierListContext |
GoParser.RecvStmtContext.identifierList() |
GoParser.IdentifierListContext |
GoParser.RangeClauseContext.identifierList() |
GoParser.IdentifierListContext |
GoParser.ParameterDeclContext.identifierList() |
GoParser.IdentifierListContext |
GoParser.FieldDeclContext.identifierList() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterIdentifierList(GoParser.IdentifierListContext ctx)
Enter a parse tree produced by
GoParser.identifierList(). |
void |
GoParserBaseListener.enterIdentifierList(GoParser.IdentifierListContext ctx)
Enter a parse tree produced by
GoParser.identifierList(). |
void |
GoParserListener.exitIdentifierList(GoParser.IdentifierListContext ctx)
Exit a parse tree produced by
GoParser.identifierList(). |
void |
GoParserBaseListener.exitIdentifierList(GoParser.IdentifierListContext ctx)
Exit a parse tree produced by
GoParser.identifierList(). |
Copyright © 2021 Markus Heberling. All rights reserved.