FileDocCategorySizeDatePackage
DoWhileLoopTree.javaAPI DocJava SE 6 API782Tue Jun 10 00:23:24 BST 2008com.sun.source.tree

DoWhileLoopTree

public interface DoWhileLoopTree implements StatementTree
A tree node for a 'do' statement. For example:
do
statement
while ( expression );
see
"The Java Language Specification, 3rd ed, section 14.13"
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()