| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.VarSpecContext |
GoParser.varSpec() |
GoParser.VarSpecContext |
GoParser.VarDeclContext.varSpec(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.VarSpecContext> |
GoParser.VarDeclContext.varSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterVarSpec(GoParser.VarSpecContext ctx)
Enter a parse tree produced by
GoParser.varSpec(). |
void |
GoParserBaseListener.enterVarSpec(GoParser.VarSpecContext ctx)
Enter a parse tree produced by
GoParser.varSpec(). |
void |
GoParserListener.exitVarSpec(GoParser.VarSpecContext ctx)
Exit a parse tree produced by
GoParser.varSpec(). |
void |
GoParserBaseListener.exitVarSpec(GoParser.VarSpecContext ctx)
Exit a parse tree produced by
GoParser.varSpec(). |
Copyright © 2021 Markus Heberling. All rights reserved.