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