Interface LoopTree
- All Superinterfaces:
StatementTree, Tree
- All Known Subinterfaces:
ConditionalLoopTree, DoWhileLoopTree, ForInLoopTree, ForLoopTree, ForOfLoopTree, WhileLoopTree
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the statement contained in this 'loop' statement.Methods inherited from interface Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getStatement
StatementTree getStatement()Returns the statement contained in this 'loop' statement.- Returns:
- the statement
-