Uses of Interface
org.eclipse.jdt.internal.compiler.ICompilerRequestor

Packages that use ICompilerRequestor
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.builder   
org.eclipse.jdt.internal.eval   
 

Uses of ICompilerRequestor in org.eclipse.jdt.internal.compiler
 

Fields in org.eclipse.jdt.internal.compiler declared as ICompilerRequestor
 ICompilerRequestor Compiler.requestor
           
 

Constructors in org.eclipse.jdt.internal.compiler with parameters of type ICompilerRequestor
Compiler(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, java.io.PrintWriter out)
          Deprecated.  
Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, java.io.PrintWriter out, CompilationProgress progress)
           
Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, java.util.Map settings, ICompilerRequestor requestor, IProblemFactory problemFactory)
          Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility
Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, java.util.Map settings, ICompilerRequestor requestor, IProblemFactory problemFactory, boolean parseLiteralExpressionsAsConstants)
          Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility
 

Uses of ICompilerRequestor in org.eclipse.jdt.internal.compiler.batch
 

Methods in org.eclipse.jdt.internal.compiler.batch that return ICompilerRequestor
 ICompilerRequestor Main.getBatchRequestor()
           
 

Uses of ICompilerRequestor in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return ICompilerRequestor
protected static ICompilerRequestor CompilationUnitProblemFinder.getRequestor()
           
 

Constructors in org.eclipse.jdt.internal.core with parameters of type ICompilerRequestor
CompilationUnitProblemFinder(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.eclipse.jdt.internal.core.builder
 

Classes in org.eclipse.jdt.internal.core.builder that implement ICompilerRequestor
 class AbstractImageBuilder
          The abstract superclass of Java builders.
 class BatchImageBuilder
           
 class IncrementalImageBuilder
          The incremental image builder
 

Uses of ICompilerRequestor in org.eclipse.jdt.internal.eval
 

Constructors in org.eclipse.jdt.internal.eval with parameters of type ICompilerRequestor
CodeSnippetCompiler(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.