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

Packages that use AllocationExpression
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
 

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

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

Uses of AllocationExpression in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of AllocationExpression in org.eclipse.jdt.internal.compiler.ast
 class JavadocAllocationExpression
           
 class QualifiedAllocationExpression
          Variation on allocation, where can optionally be specified any of: - leading enclosing instance - trailing anonymous type - generic type arguments for generic constructor invocation