Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.impl.CompilerOptions
Packages that use CompilerOptions
Package
Description
-
Uses of CompilerOptions in org.aspectj.ajdt.internal.compiler.lookup
Constructors in org.aspectj.ajdt.internal.compiler.lookup with parameters of type CompilerOptionsModifierConstructorDescriptionAjLookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions options, ProblemReporter problemReporter, INameEnvironment nameEnvironment) -
Uses of CompilerOptions in org.aspectj.ajdt.internal.compiler.problem
Constructors in org.aspectj.ajdt.internal.compiler.problem with parameters of type CompilerOptionsModifierConstructorDescriptionAjProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory) -
Uses of CompilerOptions in org.aspectj.ajdt.internal.core.builder
Subclasses of CompilerOptions in org.aspectj.ajdt.internal.core.builderModifier and TypeClassDescriptionclassCompiler options used by Eclipse integration (AJDT) -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Fields in org.aspectj.org.eclipse.jdt.internal.codeassist.impl declared as CompilerOptions -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as CompilerOptionsMethods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CompilerOptionsModifier and TypeMethodDescriptionClassFilePool.acquireForModule(ModuleBinding moduleBinding, CompilerOptions options) voidClassFile.reset(SourceTypeBinding typeBinding, CompilerOptions options) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CompilerOptionsModifierConstructorDescriptionClassFile(ModuleBinding moduleBinding, CompilerOptions options) 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, PrintWriter out) Deprecated.Compiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, 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.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type CompilerOptionsModifier and TypeMethodDescriptionprotected booleanSwitchExpression.ignoreMissingDefaultCase(CompilerOptions compilerOptions, boolean isEnumSwitch) protected booleanSwitchStatement.ignoreMissingDefaultCase(CompilerOptions compilerOptions, boolean isEnumSwitch) NullAnnotationMatching.superTypeHintName(CompilerOptions options, boolean shortNames) -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.batch declared as CompilerOptions -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.impl with parameters of type CompilerOptions -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as CompilerOptionsMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return CompilerOptionsModifier and TypeMethodDescriptionfinal CompilerOptionsScope.compilerOptions()Finds the most specific compiler optionsMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type CompilerOptionsModifier and TypeMethodDescriptionprotected voidReferenceBinding.appendNullAnnotation(StringBuilder nameBuffer, CompilerOptions options) protected voidTypeVariableBinding.appendNullAnnotation(StringBuilder nameBuffer, CompilerOptions options) protected intReferenceBinding.applyCloseableClassWhitelists(CompilerOptions options) protected intReferenceBinding.applyCloseableInterfaceWhitelists(CompilerOptions options) char[]ArrayBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames) char[]CaptureBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames) char[]ParameterizedTypeBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames) char[]ReferenceBinding.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[]TypeVariableBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames) char[]WildcardBinding.nullAnnotatedReadableName(CompilerOptions options, boolean shortNames) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type CompilerOptionsModifierConstructorDescriptionCompilationUnitScope(CompilationUnitDeclaration unit, CompilerOptions compilerOptions) LookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions globalOptions, ProblemReporter problemReporter, INameEnvironment nameEnvironment) Construct the root LookupEnvironment, corresponding to the UnNamedModule. -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.parser declared as CompilerOptions -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler.parser.diagnose
Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.parser.diagnose with parameters of type CompilerOptionsModifierConstructorDescriptionDiagnoseParser(Parser parser, int firstToken, int start, int end, int[] intervalStartToSkip, int[] intervalEndToSkip, int[] intervalFlagsToSkip, CompilerOptions options) DiagnoseParser(Parser parser, int firstToken, int start, int end, CompilerOptions options) -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.problem declared as CompilerOptionsConstructors in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type CompilerOptionsModifierConstructorDescriptionProblemHandler(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory) ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory) -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return CompilerOptionsModifier and TypeMethodDescriptionprotected static CompilerOptionsCompilationUnitProblemFinder.getCompilerOptions(Map<String, String> settings, boolean creatingAST, boolean statementsRecovery) Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type CompilerOptionsModifierConstructorDescriptionprotectedCompilationUnitProblemFinder(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.aspectj.org.eclipse.jdt.internal.core.search.indexing
Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type CompilerOptionsModifierConstructorDescriptionIndexingParser(ISourceElementRequestor requestor, IProblemFactory problemFactory, CompilerOptions options, boolean reportLocalDeclarations, boolean optimizeStringLiterals, boolean useSourceJavadocParser) -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Fields in org.aspectj.org.eclipse.jdt.internal.core.search.matching declared as CompilerOptions -
Uses of CompilerOptions in org.aspectj.org.eclipse.jdt.internal.eval
Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type CompilerOptionsModifierConstructorDescriptionCodeSnippetCompiler(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.