switch
statement.
For example:
switch ( expression ) { cases }
Modifier and Type | Method and Description |
---|---|
public List | |
public ExpressionTree |
getCases | back to summary |
---|---|
public List Returns the cases for the |
getExpression | back to summary |
---|---|
public ExpressionTree getExpression() Returns the expression for the
|