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

Packages that use ICompilerRequestor
org.eclipse.jdt.core.tests.compiler.regression   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.core.builder   
org.eclipse.jdt.internal.eval   
org.jmlspecs.jml4.rac   
 

Uses of ICompilerRequestor in org.eclipse.jdt.core.tests.compiler.regression
 

Classes in org.eclipse.jdt.core.tests.compiler.regression that implement ICompilerRequestor
 class Requestor
           
 

Fields in org.eclipse.jdt.core.tests.compiler.regression declared as ICompilerRequestor
 ICompilerRequestor Requestor.clientRequestor
           
 

Constructors in org.eclipse.jdt.core.tests.compiler.regression with parameters of type ICompilerRequestor
Requestor(boolean forceOutputGeneration, ICompilerRequestor clientRequestor, boolean showCategory, boolean showWarningToken)
           
 

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.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.
 

Uses of ICompilerRequestor in org.jmlspecs.jml4.rac
 

Constructors in org.jmlspecs.jml4.rac with parameters of type ICompilerRequestor
RacCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory)
          Creates a new compiler using the given name environment and compiler options.
RacCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, java.io.PrintWriter out, CompilationProgress progress)
          Creates a new compiler using the given parameters.