Uses of Interface
org.aspectj.ajdt.internal.compiler.IOutputClassFileNameProvider

Packages that use IOutputClassFileNameProvider
org.aspectj.ajdt.internal.compiler   
org.aspectj.ajdt.internal.compiler.lookup   
org.aspectj.ajdt.internal.core.builder   
 

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

Methods in org.aspectj.ajdt.internal.compiler with parameters of type IOutputClassFileNameProvider
static UnwovenClassFile[] ClassFileBasedByteCodeProvider.unwovenClassFilesFor(org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult result, IOutputClassFileNameProvider nameProvider)
           
 

Constructors in org.aspectj.ajdt.internal.compiler with parameters of type IOutputClassFileNameProvider
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.
InterimCompilationResult(org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult cr, IOutputClassFileNameProvider np)
           
 

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

Methods in org.aspectj.ajdt.internal.compiler.lookup with parameters of type IOutputClassFileNameProvider
 void PushinCollector.setOutputFileNameProvider(IOutputClassFileNameProvider outputFileNameProvider)
           
 

Uses of IOutputClassFileNameProvider in org.aspectj.ajdt.internal.core.builder
 

Classes in org.aspectj.ajdt.internal.core.builder that implement IOutputClassFileNameProvider
 class AjBuildManager