Interface ConditionalLoopTree

All Superinterfaces:
LoopTree, StatementTree, Tree
All Known Subinterfaces:
DoWhileLoopTree, ForLoopTree, WhileLoopTree

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

    • getCondition

      ExpressionTree getCondition()
      Returns the condition expression of this 'loop' statement.
      Returns:
      the condition expression