Uses of Class
org.eclipse.jdt.internal.compiler.impl.CompilerOptions

Packages that use CompilerOptions
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.parser.diagnose   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.eval   
 

Uses of CompilerOptions in org.eclipse.jdt.internal.codeassist.impl
 

Fields in org.eclipse.jdt.internal.codeassist.impl declared as CompilerOptions
 CompilerOptions Engine.compilerOptions
           
 

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

Fields in org.eclipse.jdt.internal.compiler declared as CompilerOptions
 CompilerOptions Compiler.options
           
 

Constructors in org.eclipse.jdt.internal.compiler with parameters of type CompilerOptions
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)
           
DocumentElementParser(IDocumentElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options)
           
SourceElementParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals)
           
SourceElementParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals, boolean useSourceJavadocParser)
           
 

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

Fields in org.eclipse.jdt.internal.compiler.batch declared as CompilerOptions
 CompilerOptions Main.compilerOptions
           
 

Uses of CompilerOptions in org.eclipse.jdt.internal.compiler.lookup
 

Fields in org.eclipse.jdt.internal.compiler.lookup declared as CompilerOptions
 CompilerOptions LookupEnvironment.globalOptions
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return CompilerOptions
 CompilerOptions Scope.compilerOptions()
          Finds the most specific compiler options
 

Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type CompilerOptions
LookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions globalOptions, ProblemReporter problemReporter, INameEnvironment nameEnvironment)
           
 

Uses of CompilerOptions in org.eclipse.jdt.internal.compiler.parser
 

Fields in org.eclipse.jdt.internal.compiler.parser declared as CompilerOptions
protected  CompilerOptions Parser.options
           
 

Uses of CompilerOptions in org.eclipse.jdt.internal.compiler.parser.diagnose
 

Constructors in org.eclipse.jdt.internal.compiler.parser.diagnose with parameters of type CompilerOptions
DiagnoseParser(Parser parser, int firstToken, int start, int end, CompilerOptions options)
           
DiagnoseParser(Parser parser, int firstToken, int start, int end, int[] intervalStartToSkip, int[] intervalEndToSkip, int[] intervalFlagsToSkip, CompilerOptions options)
           
 

Uses of CompilerOptions in org.eclipse.jdt.internal.compiler.problem
 

Fields in org.eclipse.jdt.internal.compiler.problem declared as CompilerOptions
 CompilerOptions ProblemHandler.options
           
 

Constructors in org.eclipse.jdt.internal.compiler.problem with parameters of type CompilerOptions
ProblemHandler(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory)
           
ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory)
           
 

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

Methods in org.eclipse.jdt.internal.core that return CompilerOptions
protected static CompilerOptions CompilationUnitProblemFinder.getCompilerOptions(java.util.Map settings, boolean creatingAST, boolean statementsRecovery)
           
 

Constructors in org.eclipse.jdt.internal.core with parameters of type CompilerOptions
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 CompilerOptions in org.eclipse.jdt.internal.core.search.indexing
 

Constructors in org.eclipse.jdt.internal.core.search.indexing with parameters of type CompilerOptions
IndexingParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals, boolean useSourceJavadocParser)
           
 

Uses of CompilerOptions in org.eclipse.jdt.internal.core.search.matching
 

Fields in org.eclipse.jdt.internal.core.search.matching declared as CompilerOptions
 CompilerOptions MatchLocator.options
           
 

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

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