public interface SwitchStatement extends Statement, TypedElement
[JLS3:14.11] The switch Statement
SwitchLabel
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the
switch selector expression. |
List<? extends Statement> |
getStatements()
Returns the
switch body statements. |
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getExpression()
switch
selector expression.switch
selector expressionCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.