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

Packages that use CompilerOptions
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
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   
 

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

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type CompilerOptions
 java.lang.String NullAnnotationMatching.superTypeHintName(CompilerOptions options, boolean shortNames)
           
 

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
 

Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type CompilerOptions
protected  void ReferenceBinding.appendNullAnnotation(java.lang.StringBuffer nameBuffer, CompilerOptions options)
           
 char[] TypeVariableBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
           
 char[] TypeBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
          Answer a readable name (for error reporting) that includes nullness type annotations.
 char[] CaptureBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
           
 char[] ArrayBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
           
 char[] ReferenceBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
           
 char[] WildcardBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
           
 char[] ParameterizedTypeBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames)
           
 

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)