| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.TypeSwitchCaseContext |
GoParser.typeSwitchCase() |
GoParser.TypeSwitchCaseContext |
GoParser.TypeCaseClauseContext.typeSwitchCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterTypeSwitchCase(GoParser.TypeSwitchCaseContext ctx)
Enter a parse tree produced by
GoParser.typeSwitchCase(). |
void |
GoParserBaseListener.enterTypeSwitchCase(GoParser.TypeSwitchCaseContext ctx)
Enter a parse tree produced by
GoParser.typeSwitchCase(). |
void |
GoParserListener.exitTypeSwitchCase(GoParser.TypeSwitchCaseContext ctx)
Exit a parse tree produced by
GoParser.typeSwitchCase(). |
void |
GoParserBaseListener.exitTypeSwitchCase(GoParser.TypeSwitchCaseContext ctx)
Exit a parse tree produced by
GoParser.typeSwitchCase(). |
Copyright © 2021 Markus Heberling. All rights reserved.