| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ParametersContext |
GoParser.parameters() |
GoParser.ParametersContext |
GoParser.ReceiverContext.parameters() |
GoParser.ParametersContext |
GoParser.MethodSpecContext.parameters() |
GoParser.ParametersContext |
GoParser.SignatureContext.parameters() |
GoParser.ParametersContext |
GoParser.ResultContext.parameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterParameters(GoParser.ParametersContext ctx)
Enter a parse tree produced by
GoParser.parameters(). |
void |
GoParserBaseListener.enterParameters(GoParser.ParametersContext ctx)
Enter a parse tree produced by
GoParser.parameters(). |
void |
GoParserListener.exitParameters(GoParser.ParametersContext ctx)
Exit a parse tree produced by
GoParser.parameters(). |
void |
GoParserBaseListener.exitParameters(GoParser.ParametersContext ctx)
Exit a parse tree produced by
GoParser.parameters(). |
Copyright © 2021 Markus Heberling. All rights reserved.