Uses of Class
org.eclipse.jdt.core.dom.WhileStatement

Packages that use WhileStatement
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of WhileStatement in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return WhileStatement
 WhileStatement AST.newWhileStatement()
          Creates a new unparented while statement node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type WhileStatement
 void ASTVisitor.endVisit(WhileStatement node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(WhileStatement node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(WhileStatement node)
          Visits the given type-specific AST node.
 

Uses of WhileStatement in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type WhileStatement
 boolean NaiveASTFlattener.visit(WhileStatement node)
           
 

Uses of WhileStatement in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type WhileStatement
 boolean ASTRewriteAnalyzer.visit(WhileStatement node)
           
 boolean ASTRewriteFlattener.visit(WhileStatement node)