Uses of Class
org.aspectj.ajdt.internal.core.builder.AjState
Packages that use AjState
-
Uses of AjState in org.aspectj.ajdt.internal.compiler
Constructors in org.aspectj.ajdt.internal.compiler with parameters of type AjStateModifierConstructorDescriptionAjCompilerAdapter(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 AjState in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return AjStateModifier and TypeMethodDescriptionstatic AjStateIncrementalStateManager.findStateManagingOutputLocation(File location) AjBuildManager.getState()static AjStateIncrementalStateManager.retrieveStateFor(String configFile) Methods in org.aspectj.ajdt.internal.core.builder with parameters of type AjStateModifier and TypeMethodDescriptionstatic voidIncrementalStateManager.recordSuccessfulBuild(String buildConfig, AjState state) voidConstructors in org.aspectj.ajdt.internal.core.builder with parameters of type AjStateModifierConstructorDescriptionStatefulNameEnvironment(IModuleAwareNameEnvironment baseEnvironment, Map<String, File> classesFromName, AjState state)