Interface WhileLoopTree

All Superinterfaces:
ConditionalLoopTree, LoopTree, StatementTree, Tree

public interface WhileLoopTree extends ConditionalLoopTree
A tree node for a 'while' loop statement. For example:
   while ( condition )
     statement
 
Since:
9