| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.FunctionDeclContext |
GoParser.functionDecl() |
GoParser.FunctionDeclContext |
GoParser.SourceFileContext.functionDecl(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.FunctionDeclContext> |
GoParser.SourceFileContext.functionDecl() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterFunctionDecl(GoParser.FunctionDeclContext ctx)
Enter a parse tree produced by
GoParser.functionDecl(). |
void |
GoParserBaseListener.enterFunctionDecl(GoParser.FunctionDeclContext ctx)
Enter a parse tree produced by
GoParser.functionDecl(). |
void |
GoParserListener.exitFunctionDecl(GoParser.FunctionDeclContext ctx)
Exit a parse tree produced by
GoParser.functionDecl(). |
void |
GoParserBaseListener.exitFunctionDecl(GoParser.FunctionDeclContext ctx)
Exit a parse tree produced by
GoParser.functionDecl(). |
Copyright © 2021 Markus Heberling. All rights reserved.