- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreegetExpression()Returns the expression for the case, ornullif this is the default case.List<? extends StatementTree>getStatements()Returns the statements labeled by the case.
 
- 
- 
- 
Method Detail- 
getExpressionExpressionTree getExpression() Returns the expression for the case, ornullif this is the default case.- Returns:
- the expression for the case, or null
 
 - 
getStatementsList<? extends StatementTree> getStatements() Returns the statements labeled by the case.- Returns:
- the statements labeled by the case
 
 
- 
 
-