| Package | Description |
|---|---|
| org.nuiton.i18n.plugin.parser.java |
| Modifier and Type | Method and Description |
|---|---|
JavaParser.SwitchLabelContext |
JavaParser.switchLabel() |
JavaParser.SwitchLabelContext |
JavaParser.StatementContext.switchLabel(int i) |
JavaParser.SwitchLabelContext |
JavaParser.SwitchBlockStatementGroupContext.switchLabel(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<JavaParser.SwitchLabelContext> |
JavaParser.StatementContext.switchLabel() |
List<JavaParser.SwitchLabelContext> |
JavaParser.SwitchBlockStatementGroupContext.switchLabel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaListener.enterSwitchLabel(JavaParser.SwitchLabelContext ctx)
Enter a parse tree produced by
JavaParser.switchLabel(). |
void |
JavaBaseListener.enterSwitchLabel(JavaParser.SwitchLabelContext ctx)
Enter a parse tree produced by
JavaParser.switchLabel(). |
void |
JavaListener.exitSwitchLabel(JavaParser.SwitchLabelContext ctx)
Exit a parse tree produced by
JavaParser.switchLabel(). |
void |
JavaBaseListener.exitSwitchLabel(JavaParser.SwitchLabelContext ctx)
Exit a parse tree produced by
JavaParser.switchLabel(). |
T |
JavaBaseVisitor.visitSwitchLabel(JavaParser.SwitchLabelContext ctx)
Visit a parse tree produced by
JavaParser.switchLabel(). |
T |
JavaVisitor.visitSwitchLabel(JavaParser.SwitchLabelContext ctx)
Visit a parse tree produced by
JavaParser.switchLabel(). |
Copyright © 2007–2014 CodeLutin. All rights reserved.