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.eval   
org.eclipse.jdt.internal.formatter   
org.jmlspecs.eclipse.jdt.internal.esc2   
org.jmlspecs.jml4.ast   
org.jmlspecs.jml4.esc.gc   
org.jmlspecs.jml4.fspv   
org.jmlspecs.jml4.fspv.phases   
org.jmlspecs.jml4.rac   
 

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
 

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.attemptToSendNullValue(AllocationExpression allocExp, int i, java.lang.String formalName)
           
 

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)
           
 

Uses of AllocationExpression in org.jmlspecs.eclipse.jdt.internal.esc2
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type AllocationExpression
 boolean PrintVisitor.visit(AllocationExpression allocationExpression, BlockScope scope)
          Deprecated.  
 

Uses of AllocationExpression in org.jmlspecs.jml4.ast
 

Subclasses of AllocationExpression in org.jmlspecs.jml4.ast
 class JmlAllocationExpression
           
 

Uses of AllocationExpression in org.jmlspecs.jml4.esc.gc
 

Methods in org.jmlspecs.jml4.esc.gc with parameters of type AllocationExpression
 boolean Ast2SugaredVisitor.visit(AllocationExpression allocationExpression, BlockScope scope)
           
 

Uses of AllocationExpression in org.jmlspecs.jml4.fspv
 

Methods in org.jmlspecs.jml4.fspv with parameters of type AllocationExpression
 void TraceAstVisitor.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 boolean TraceAstVisitor.visit(AllocationExpression allocationExpression, BlockScope scope)
           
 

Uses of AllocationExpression in org.jmlspecs.jml4.fspv.phases
 

Methods in org.jmlspecs.jml4.fspv.phases with parameters of type AllocationExpression
 void TheoryTranslation.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 boolean TheoryTranslation.visit(AllocationExpression allocationExpression, BlockScope scope)
           
 

Uses of AllocationExpression in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type AllocationExpression
 void JavaAstVisitor.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(AllocationExpression allocationExpression, BlockScope scope)
           
 boolean JavaAstVisitor.visit(AllocationExpression allocationExpression, BlockScope scope)
          Used to allocate new objects.
 boolean DefaultRacAstVisitor.visit(AllocationExpression allocationExpression, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(AllocationExpression allocationExpression, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(AllocationExpression allocationExpression, BlockScope scope)