Uses of Class
org.aspectj.ajdt.internal.compiler.lookup.EclipseFactory

Packages that use EclipseFactory
org.aspectj.ajdt.internal.compiler   
org.aspectj.ajdt.internal.compiler.ast   
org.aspectj.ajdt.internal.compiler.lookup   
org.aspectj.ajdt.internal.compiler.problem   
 

Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler
 

Constructors in org.aspectj.ajdt.internal.compiler with parameters of type EclipseFactory
AjCompilerAdapter(org.aspectj.org.eclipse.jdt.internal.compiler.Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, java.util.Map fullBinarySourceEntries, boolean isXterminateAfterCompilation, boolean proceedOnError, boolean noAtAspectJProcessing, boolean reflectable, AjState incrementalCompilationState)
          Create an adapter, and tell it everything it needs to now to drive the AspectJ parts of a compile cycle.
AjPipeliningCompilerAdapter(org.aspectj.org.eclipse.jdt.internal.compiler.Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, java.util.Map fullBinarySourceEntries, boolean isXterminateAfterCompilation, boolean proceedOnError, boolean noAtAspectJProcessing, boolean makeReflectable, AjState incrementalCompilationState)
          Create an adapter, and tell it everything it needs to now to drive the AspectJ parts of a compile cycle.
 

Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler.ast
 

Fields in org.aspectj.ajdt.internal.compiler.ast declared as EclipseFactory
 EclipseFactory AspectDeclaration.factory
           
 

Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type EclipseFactory
 ResolvedPointcutDefinition PointcutDeclaration.makeResolvedPointcutDefinition(EclipseFactory inWorld)
           
 

Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type EclipseFactory
InterSuperFixerVisitor(InterTypeDeclaration dec, EclipseFactory world, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope)
           
 

Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler.lookup
 

Fields in org.aspectj.ajdt.internal.compiler.lookup declared as EclipseFactory
 EclipseFactory AjLookupEnvironment.factory
           
 

Methods in org.aspectj.ajdt.internal.compiler.lookup that return EclipseFactory
static EclipseFactory EclipseFactory.fromLookupEnvironment(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env)
           
static EclipseFactory EclipseFactory.fromScopeLookupEnvironment(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope)
           
 

Methods in org.aspectj.ajdt.internal.compiler.lookup with parameters of type EclipseFactory
 void HelperInterfaceBinding.addMethod(EclipseFactory world, ResolvedMember member)
           
static AnnotationAJ EclipseAnnotationConvertor.convertEclipseAnnotation(org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation eclipseAnnotation, World w, EclipseFactory factory)
          Convert one eclipse annotation into an AnnotationX object containing an AnnotationAJ object.
static EclipseShadow EclipseShadow.makeShadow(EclipseFactory world, org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode astNode, org.aspectj.org.eclipse.jdt.internal.compiler.impl.ReferenceContext context)
           
 

Constructors in org.aspectj.ajdt.internal.compiler.lookup with parameters of type EclipseFactory
EclipseResolvedMember(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding, MemberKind memberKind, ResolvedType realDeclaringType, int modifiers, UnresolvedType rettype, java.lang.String name, UnresolvedType[] paramtypes, UnresolvedType[] extypes, EclipseFactory eclipseFactory)
           
EclipseShadow(EclipseFactory world, Shadow.Kind kind, Member signature, org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode astNode, org.aspectj.org.eclipse.jdt.internal.compiler.impl.ReferenceContext context)
           
EclipseSourceType(ReferenceType resolvedTypeX, EclipseFactory factory, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding binding, org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeDeclaration declaration, org.aspectj.org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit)
           
EclipseTypeMunger(EclipseFactory world, ResolvedTypeMunger munger, ResolvedType aspectType, org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod)
           
InterTypeFieldBinding(EclipseFactory world, ResolvedTypeMunger munger, UnresolvedType withinType, org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod)
           
InterTypeMethodBinding(EclipseFactory world, ResolvedTypeMunger munger, UnresolvedType withinType, org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration sourceMethod)
           
 

Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler.problem
 

Fields in org.aspectj.ajdt.internal.compiler.problem declared as EclipseFactory
 EclipseFactory AjProblemReporter.factory