Uses of Class
org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression

Packages that use ArrayAllocationExpression
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.formatter   
 

Uses of ArrayAllocationExpression in org.eclipse.jdt.internal.codeassist.complete
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type ArrayAllocationExpression
 void CompletionNodeDetector.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)
           
 boolean CompletionNodeDetector.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)
           
 

Uses of ArrayAllocationExpression in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type ArrayAllocationExpression
 void ASTVisitor.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)
           
 boolean ASTVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)
           
 

Uses of ArrayAllocationExpression in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type ArrayAllocationExpression
 void ProblemReporter.cannotDefineDimensionsAndInitializer(ArrayAllocationExpression expresssion)
           
 void ProblemReporter.incorrectLocationForNonEmptyDimension(ArrayAllocationExpression expression, int index)
           
 void ProblemReporter.mustDefineDimensionsOrInitializer(ArrayAllocationExpression expression)
           
 

Uses of ArrayAllocationExpression in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type ArrayAllocationExpression
 boolean CodeFormatterVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)