| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ParameterDeclContext |
GoParser.parameterDecl() |
GoParser.ParameterDeclContext |
GoParser.ParametersContext.parameterDecl(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.ParameterDeclContext> |
GoParser.ParametersContext.parameterDecl() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterParameterDecl(GoParser.ParameterDeclContext ctx)
Enter a parse tree produced by
GoParser.parameterDecl(). |
void |
GoParserBaseListener.enterParameterDecl(GoParser.ParameterDeclContext ctx)
Enter a parse tree produced by
GoParser.parameterDecl(). |
void |
GoParserListener.exitParameterDecl(GoParser.ParameterDeclContext ctx)
Exit a parse tree produced by
GoParser.parameterDecl(). |
void |
GoParserBaseListener.exitParameterDecl(GoParser.ParameterDeclContext ctx)
Exit a parse tree produced by
GoParser.parameterDecl(). |
Copyright © 2021 Markus Heberling. All rights reserved.