Uses of Class
org.aspectj.ajdt.internal.compiler.lookup.EclipseFactory
Packages that use EclipseFactory
Package
Description
-
Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler
Constructors in org.aspectj.ajdt.internal.compiler with parameters of type EclipseFactoryModifierConstructorDescriptionAjCompilerAdapter(Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, 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(Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, 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 EclipseFactoryMethods in org.aspectj.ajdt.internal.compiler.ast with parameters of type EclipseFactoryModifier and TypeMethodDescriptionPointcutDeclaration.makeResolvedPointcutDefinition(EclipseFactory inWorld) Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type EclipseFactoryModifierConstructorDescriptionInterSuperFixerVisitor(InterTypeDeclaration dec, EclipseFactory world, Scope scope) -
Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler.lookup
Fields in org.aspectj.ajdt.internal.compiler.lookup declared as EclipseFactoryMethods in org.aspectj.ajdt.internal.compiler.lookup that return EclipseFactoryModifier and TypeMethodDescriptionprotected EclipseFactoryEclipseSourceType.eclipseWorld()static EclipseFactoryEclipseFactory.fromLookupEnvironment(LookupEnvironment env) static EclipseFactoryEclipseFactory.fromScopeLookupEnvironment(Scope scope) Methods in org.aspectj.ajdt.internal.compiler.lookup with parameters of type EclipseFactoryModifier and TypeMethodDescriptionvoidHelperInterfaceBinding.addMethod(EclipseFactory world, ResolvedMember member) static AnnotationAJEclipseAnnotationConvertor.convertEclipseAnnotation(Annotation eclipseAnnotation, World w, EclipseFactory factory) Convert one eclipse annotation into an AnnotationX object containing an AnnotationAJ object.static EclipseShadowEclipseShadow.makeShadow(EclipseFactory world, ASTNode astNode, ReferenceContext context) Constructors in org.aspectj.ajdt.internal.compiler.lookup with parameters of type EclipseFactoryModifierConstructorDescriptionEclipseResolvedMember(MethodBinding binding, MemberKind memberKind, ResolvedType realDeclaringType, int modifiers, UnresolvedType rettype, String name, UnresolvedType[] paramtypes, UnresolvedType[] extypes, EclipseFactory eclipseFactory) EclipseShadow(EclipseFactory world, Shadow.Kind kind, Member signature, ASTNode astNode, ReferenceContext context) EclipseSourceType(ReferenceType resolvedTypeX, EclipseFactory factory, SourceTypeBinding binding, TypeDeclaration declaration, CompilationUnitDeclaration unit) EclipseTypeMunger(EclipseFactory world, ResolvedTypeMunger munger, ResolvedType aspectType, AbstractMethodDeclaration sourceMethod) InterTypeFieldBinding(EclipseFactory world, ResolvedTypeMunger munger, UnresolvedType withinType, AbstractMethodDeclaration sourceMethod) InterTypeMethodBinding(EclipseFactory world, ResolvedTypeMunger munger, UnresolvedType withinType, AbstractMethodDeclaration sourceMethod) -
Uses of EclipseFactory in org.aspectj.ajdt.internal.compiler.problem
Fields in org.aspectj.ajdt.internal.compiler.problem declared as EclipseFactory