| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.MethodSpecContext |
GoParser.methodSpec() |
GoParser.MethodSpecContext |
GoParser.InterfaceTypeContext.methodSpec(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.MethodSpecContext> |
GoParser.InterfaceTypeContext.methodSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterMethodSpec(GoParser.MethodSpecContext ctx)
Enter a parse tree produced by
GoParser.methodSpec(). |
void |
GoParserBaseListener.enterMethodSpec(GoParser.MethodSpecContext ctx)
Enter a parse tree produced by
GoParser.methodSpec(). |
void |
GoParserListener.exitMethodSpec(GoParser.MethodSpecContext ctx)
Exit a parse tree produced by
GoParser.methodSpec(). |
void |
GoParserBaseListener.exitMethodSpec(GoParser.MethodSpecContext ctx)
Exit a parse tree produced by
GoParser.methodSpec(). |
Copyright © 2021 Markus Heberling. All rights reserved.