@Exported public interface WhileLoopTree extends StatementTree
   while ( condition )
     statement
 | Modifier and Type | Method and Description | 
|---|---|
ExpressionTree | 
getCondition()  | 
StatementTree | 
getStatement()  | 
ExpressionTree getCondition()
StatementTree getStatement()
 Copyright © 2005, 2015, Oracle and/or its affiliates.  All rights reserved.