Uses of Class
org.aspectj.ajdt.internal.core.builder.AjState

Packages that use AjState
org.aspectj.ajdt.internal.compiler   
org.aspectj.ajdt.internal.core.builder   
 

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

Constructors in org.aspectj.ajdt.internal.compiler with parameters of type AjState
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 AjState in org.aspectj.ajdt.internal.core.builder
 

Methods in org.aspectj.ajdt.internal.core.builder that return AjState
static AjState IncrementalStateManager.findStateManagingOutputLocation(java.io.File location)
           
 AjState AjBuildManager.getState()
           
static AjState IncrementalStateManager.retrieveStateFor(java.lang.String configFile)
           
 

Methods in org.aspectj.ajdt.internal.core.builder with parameters of type AjState
static void IncrementalStateManager.recordSuccessfulBuild(java.lang.String buildConfig, AjState state)
           
 void AjBuildManager.setState(AjState buildState)
           
 

Constructors in org.aspectj.ajdt.internal.core.builder with parameters of type AjState
StatefulNameEnvironment(org.aspectj.org.eclipse.jdt.internal.compiler.env.INameEnvironment baseEnvironment, java.util.Map classesFromName, AjState state)