FileDocCategorySizeDatePackage
WhileLoopTree.javaAPI DocJava SE 6 API777Tue Jun 10 00:23:26 BST 2008com.sun.source.tree

WhileLoopTree

public interface WhileLoopTree implements StatementTree
A tree node for a 'while' loop statement. For example:
while ( condition )
statement
see
"The Java Language Specification, 3rd ed, section 14.12"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public com.sun.source.tree.ExpressionTreegetCondition()

public com.sun.source.tree.StatementTreegetStatement()