Package | Description |
---|---|
com.whitestein.lsps.lang.ast |
Modifier and Type | Method and Description |
---|---|
List<SwitchExpression.Case> |
SwitchExpression.getCases()
Returns the list of cases.
|
Modifier and Type | Method and Description |
---|---|
static SwitchExpression |
SwitchExpression.create(ASTInfo info,
Expression expression,
Collection<SwitchExpression.Case> cases,
Expression defaultExpression)
Creates a new switch expression.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.