Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.Compiler
Packages that use Compiler
Package
Description
-
Uses of Compiler in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type CompilerModifier and TypeMethodDescriptionICompilerAdapterFactory.getAdapter(Compiler forCompiler) voidWeaverMessageHandler.resetCompiler(Compiler c) Constructors in org.aspectj.ajdt.internal.compiler with parameters of type CompilerModifierConstructorDescriptionAjCompilerAdapter(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.DefaultCompilerAdapter(Compiler compiler) WeaverMessageHandler(IMessageHandler handler, Compiler compiler) -
Uses of Compiler in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder with parameters of type CompilerModifier and TypeMethodDescriptionAjBuildManager.getAdapter(Compiler forCompiler) AspectJBuilder.getAdapter(Compiler forCompiler) -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler that return CompilerModifier and TypeMethodDescriptionDefaultCompilerFactory.newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) ICompilerFactory.newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) Create a new compiler using the given name environment and compiler options.Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CompilerModifier and TypeMethodDescriptionabstract voidAbstractAnnotationProcessorManager.configureFromPlatform(Compiler compiler, Object compilationUnitLocator, Object javaProject, boolean isTestCode) Configure the receiver using the given compiler, the given compilationUnitLocator and the given java project.Constructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type Compiler -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch declared as CompilerMethods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch that return CompilerMethods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type CompilerModifier and TypeMethodDescriptionvoidBaseAnnotationProcessorManager.configureFromPlatform(Compiler compiler, Object compilationUnitLocator, Object javaProject, boolean isTestCode) -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.batch declared as Compiler -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of Compiler in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeClassDescriptionclassResponsible for resolving types inside a compilation unit being reconciled, reporting the discovered problems to a given IProblemRequestor. -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.core.builder
Fields in org.aspectj.org.eclipse.jdt.internal.core.builder declared as CompilerMethods in org.aspectj.org.eclipse.jdt.internal.core.builder that return CompilerMethods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type CompilerModifier and TypeMethodDescriptionprotected voidAbstractImageBuilder.initializeAnnotationProcessorManager(Compiler newCompiler) -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.core.util
Constructors in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type CompilerModifierConstructorDescriptionBindingKeyResolver(String key, Compiler compiler, LookupEnvironment environment) -
Uses of Compiler in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of Compiler in org.aspectj.org.eclipse.jdt.internal.evalModifier and TypeClassDescriptionclassA compiler that compiles code snippets.