Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.ICompilerRequestor
Packages that use ICompilerRequestor
Package
Description
-
Uses of ICompilerRequestor in org.aspectj.ajdt.internal.core.builder
Classes in org.aspectj.ajdt.internal.core.builder that implement ICompilerRequestorMethods in org.aspectj.ajdt.internal.core.builder that return ICompilerRequestor -
Uses of ICompilerRequestor in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as ICompilerRequestorConstructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ICompilerRequestorModifierConstructorDescriptionCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, Map<String, String> settings, ICompilerRequestor requestor, IProblemFactory problemFactory) Deprecated.this constructor is kept to preserve 3.1 and 3.2M4 compatibilityCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, Map<String, String> settings, ICompilerRequestor requestor, IProblemFactory problemFactory, boolean parseLiteralExpressionsAsConstants) Deprecated.this constructor is kept to preserve 3.1 and 3.2M4 compatibilityCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory) Answer a new compiler using the given name environment and compiler options.Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, PrintWriter out) Deprecated.Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, PrintWriter out, CompilationProgress progress) -
Uses of ICompilerRequestor in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.batch that implement ICompilerRequestorMethods in org.aspectj.org.eclipse.jdt.internal.compiler.batch that return ICompilerRequestor -
Uses of ICompilerRequestor in org.aspectj.org.eclipse.jdt.internal.compiler.tool
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.tool that implement ICompilerRequestor -
Uses of ICompilerRequestor in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return ICompilerRequestorModifier and TypeMethodDescriptionprotected static ICompilerRequestorCompilationUnitProblemFinder.getRequestor()Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ICompilerRequestorModifierConstructorDescriptionprotectedCompilationUnitProblemFinder(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions compilerOptions, ICompilerRequestor requestor, IProblemFactory problemFactory) Answer a new CompilationUnitVisitor using the given name environment and compiler options. -
Uses of ICompilerRequestor in org.aspectj.org.eclipse.jdt.internal.core.builder
Classes in org.aspectj.org.eclipse.jdt.internal.core.builder that implement ICompilerRequestorModifier and TypeClassDescriptionclassThe abstract superclass of Java builders.classclassThe incremental image builder -
Uses of ICompilerRequestor in org.aspectj.org.eclipse.jdt.internal.eval
Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type ICompilerRequestorModifierConstructorDescriptionCodeSnippetCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions compilerOptions, ICompilerRequestor requestor, IProblemFactory problemFactory, EvaluationContext evaluationContext, int codeSnippetStart, int codeSnippetEnd) Creates a new code snippet compiler initialized with a code snippet parser.