Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props
index 6f9dd69e41..613df57633 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/readableNames.props
@@ -299,11 +299,13 @@ SwitchBlock=SwitchBlock
SwitchBlockStatement=SwitchBlockStatement
SwitchBlockStatements=SwitchBlockStatements
SwitchExprArm=SwitchExprArm
+SwitchExprArms=SwitchLabels
SwitchExprBreakArm=SwitchExprBreakArm
SwitchExprExprArm=SwitchExprExprArm
SwitchExprExprDefaultArm=SwitchExprThrowDefaultArm
SwitchExprThrowArm=SwitchExprThrowArm
SwitchExprThrowDefaultArm=SwitchExprExprDefaultArm
+SwitchExpression=SwitchExpression
SwitchLabel=SwitchLabel
SwitchLabelCaseLhs=SwitchLabelCaseLhs
SwitchLabelDefaultExpr=SwitchLabelDefaultExpr

Back to the top