| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.TypeCaseClauseContext |
GoParser.typeCaseClause() |
GoParser.TypeCaseClauseContext |
GoParser.TypeSwitchStmtContext.typeCaseClause(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.TypeCaseClauseContext> |
GoParser.TypeSwitchStmtContext.typeCaseClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterTypeCaseClause(GoParser.TypeCaseClauseContext ctx)
Enter a parse tree produced by
GoParser.typeCaseClause(). |
void |
GoParserBaseListener.enterTypeCaseClause(GoParser.TypeCaseClauseContext ctx)
Enter a parse tree produced by
GoParser.typeCaseClause(). |
void |
GoParserListener.exitTypeCaseClause(GoParser.TypeCaseClauseContext ctx)
Exit a parse tree produced by
GoParser.typeCaseClause(). |
void |
GoParserBaseListener.exitTypeCaseClause(GoParser.TypeCaseClauseContext ctx)
Exit a parse tree produced by
GoParser.typeCaseClause(). |
Copyright © 2021 Markus Heberling. All rights reserved.