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

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

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

Methods in org.eclipse.jdt.core.dom that return ArrayCreation
 ArrayCreation AST.newArrayCreation()
          Creates and returns a new unparented array creation expression node owned by this AST.
 

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

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

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

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

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