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