| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ExprCaseClauseContext |
GoParser.exprCaseClause() |
GoParser.ExprCaseClauseContext |
GoParser.ExprSwitchStmtContext.exprCaseClause(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.ExprCaseClauseContext> |
GoParser.ExprSwitchStmtContext.exprCaseClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterExprCaseClause(GoParser.ExprCaseClauseContext ctx)
Enter a parse tree produced by
GoParser.exprCaseClause(). |
void |
GoParserBaseListener.enterExprCaseClause(GoParser.ExprCaseClauseContext ctx)
Enter a parse tree produced by
GoParser.exprCaseClause(). |
void |
GoParserListener.exitExprCaseClause(GoParser.ExprCaseClauseContext ctx)
Exit a parse tree produced by
GoParser.exprCaseClause(). |
void |
GoParserBaseListener.exitExprCaseClause(GoParser.ExprCaseClauseContext ctx)
Exit a parse tree produced by
GoParser.exprCaseClause(). |
Copyright © 2021 Markus Heberling. All rights reserved.