-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTree
getExpression()
Case expression of this 'case' statement.List<? extends StatementTree>
getStatements()
Return the list of statements for this 'case'.-
Methods inherited from 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'
-
-