- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreegetExpression()Case expression of this 'case' statement.List<? extends StatementTree>getStatements()Return the list of statements for this 'case'.- 
Methods declared in interface jdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExpression
ExpressionTree getExpression()
Case expression of this 'case' statement.- Returns:
 - null if and only if this Case is 
default: 
 
- 
getStatements
List<? extends StatementTree> getStatements()
Return the list of statements for this 'case'.- Returns:
 - list of statements for this 'case'
 
 
 - 
 
 -