| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.SignatureContext |
GoParser.signature() |
GoParser.SignatureContext |
GoParser.FunctionDeclContext.signature() |
GoParser.SignatureContext |
GoParser.MethodDeclContext.signature() |
GoParser.SignatureContext |
GoParser.FunctionTypeContext.signature() |
GoParser.SignatureContext |
GoParser.FunctionLitContext.signature() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterSignature(GoParser.SignatureContext ctx)
Enter a parse tree produced by
GoParser.signature(). |
void |
GoParserBaseListener.enterSignature(GoParser.SignatureContext ctx)
Enter a parse tree produced by
GoParser.signature(). |
void |
GoParserListener.exitSignature(GoParser.SignatureContext ctx)
Exit a parse tree produced by
GoParser.signature(). |
void |
GoParserBaseListener.exitSignature(GoParser.SignatureContext ctx)
Exit a parse tree produced by
GoParser.signature(). |
Copyright © 2021 Markus Heberling. All rights reserved.