- All Superinterfaces:
StatementTree
,Tree
- All Known Subinterfaces:
ConditionalLoopTree
,DoWhileLoopTree
,ForInLoopTree
,ForLoopTree
,ForOfLoopTree
,WhileLoopTree
A mixin for "loop" statements.
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the statement contained in this 'loop' statement.Methods inherited from interface org.openjdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getStatement
StatementTree getStatement()Returns the statement contained in this 'loop' statement.- Returns:
- the statement
-