| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ConstSpecContext |
GoParser.constSpec() |
GoParser.ConstSpecContext |
GoParser.ConstDeclContext.constSpec(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.ConstSpecContext> |
GoParser.ConstDeclContext.constSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterConstSpec(GoParser.ConstSpecContext ctx)
Enter a parse tree produced by
GoParser.constSpec(). |
void |
GoParserBaseListener.enterConstSpec(GoParser.ConstSpecContext ctx)
Enter a parse tree produced by
GoParser.constSpec(). |
void |
GoParserListener.exitConstSpec(GoParser.ConstSpecContext ctx)
Exit a parse tree produced by
GoParser.constSpec(). |
void |
GoParserBaseListener.exitConstSpec(GoParser.ConstSpecContext ctx)
Exit a parse tree produced by
GoParser.constSpec(). |
Copyright © 2021 Markus Heberling. All rights reserved.