public interface SwitchCaseLabel extends SwitchLabel
case
labels in switch statements.
This element only can appear in the body of SwitchStatement
.
[JLS3:14.11] The switch Statement (SwitchLabel)
SwitchStatement
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the
case label value. |
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getExpression()
case
label value.case
label valueCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.