Interface LoopTree

All Superinterfaces:
StatementTree, Tree
All Known Subinterfaces:
ConditionalLoopTree, DoWhileLoopTree, ForInLoopTree, ForLoopTree, ForOfLoopTree, WhileLoopTree

public interface LoopTree extends StatementTree
A mixin for "loop" statements.
Since:
9
  • Method Details

    • getStatement

      StatementTree getStatement()
      Returns the statement contained in this 'loop' statement.
      Returns:
      the statement