| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ReturnStmtContext |
GoParser.returnStmt() |
GoParser.ReturnStmtContext |
GoParser.StatementContext.returnStmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterReturnStmt(GoParser.ReturnStmtContext ctx)
Enter a parse tree produced by
GoParser.returnStmt(). |
void |
GoParserBaseListener.enterReturnStmt(GoParser.ReturnStmtContext ctx)
Enter a parse tree produced by
GoParser.returnStmt(). |
void |
GoParserListener.exitReturnStmt(GoParser.ReturnStmtContext ctx)
Exit a parse tree produced by
GoParser.returnStmt(). |
void |
GoParserBaseListener.exitReturnStmt(GoParser.ReturnStmtContext ctx)
Exit a parse tree produced by
GoParser.returnStmt(). |
Copyright © 2021 Markus Heberling. All rights reserved.