Module jdk.compiler

Interface DoWhileLoopTree

All Superinterfaces:
StatementTree, Tree

public interface DoWhileLoopTree
extends StatementTree
A tree node for a do statement. For example:
   do
       statement
   while ( expression );
 
See Java Language Specification:
14.13 The do Statement
Since:
1.6