| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.FunctionLitContext |
GoParser.functionLit() |
GoParser.FunctionLitContext |
GoParser.LiteralContext.functionLit() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterFunctionLit(GoParser.FunctionLitContext ctx)
Enter a parse tree produced by
GoParser.functionLit(). |
void |
GoParserBaseListener.enterFunctionLit(GoParser.FunctionLitContext ctx)
Enter a parse tree produced by
GoParser.functionLit(). |
void |
GoParserListener.exitFunctionLit(GoParser.FunctionLitContext ctx)
Exit a parse tree produced by
GoParser.functionLit(). |
void |
GoParserBaseListener.exitFunctionLit(GoParser.FunctionLitContext ctx)
Exit a parse tree produced by
GoParser.functionLit(). |
Copyright © 2021 Markus Heberling. All rights reserved.