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

Packages that use AllocationExpression
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.eval   
org.eclipse.jdt.internal.formatter   
 

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

Methods in org.eclipse.jdt.internal.codeassist with parameters of type AllocationExpression
 void ThrownExceptionFinder.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 

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

Subclasses of AllocationExpression in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnJavadocAllocationExpression
           
 class CompletionOnQualifiedAllocationExpression
           
 

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

Uses of AllocationExpression in org.eclipse.jdt.internal.codeassist.select
 

Subclasses of AllocationExpression in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnQualifiedAllocationExpression
           
 

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
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type AllocationExpression
static void FakedTrackingVariable.analyseCloseableAllocation(BlockScope scope, FlowInfo flowInfo, AllocationExpression allocation)
          Compute/assign a tracking variable for a freshly allocated closeable value, using information from our white lists.
 

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

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type AllocationExpression
 void ProblemReporter.cannotInferElidedTypes(AllocationExpression allocationExpression)
           
 void ProblemReporter.unusedObjectAllocation(AllocationExpression allocationExpression)
           
 

Uses of AllocationExpression in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type AllocationExpression
protected  void MatchLocator.reportAccurateEnumConstructorReference(SearchMatch match, FieldDeclaration field, AllocationExpression allocation)
          Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.
protected  int ConstructorLocator.resolveLevel(AllocationExpression allocation)
           
 

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

Subclasses of AllocationExpression in org.eclipse.jdt.internal.eval
 class CodeSnippetAllocationExpression
           
 

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

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