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

Packages that use ICompilerRequestor
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
 

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)
          Answer a new compiler using the given name environment and compiler options.
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()