Java org.eclipse.jdt.internal.compiler.impl CompilerOptions fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.impl CompilerOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.impl CompilerOptions.

The text is from its open source code.

Field

StringOPTION_LocalVariableAttribute
Option IDs
StringOPTION_LineNumberAttribute
StringOPTION_SourceFileAttribute
StringOPTION_PreserveUnusedLocal
StringOPTION_DocCommentSupport
StringOPTION_ReportMethodWithConstructorName
StringOPTION_ReportOverridingPackageDefaultMethod
StringOPTION_ReportDeprecation
StringOPTION_ReportDeprecationInDeprecatedCode
StringOPTION_ReportDeprecationWhenOverridingDeprecatedMethod
StringOPTION_ReportHiddenCatchBlock
StringOPTION_ReportUnusedLocal
StringOPTION_ReportUnusedParameter
StringOPTION_ReportUnusedParameterWhenImplementingAbstract
StringOPTION_ReportUnusedParameterWhenOverridingConcrete
StringOPTION_ReportUnusedParameterIncludeDocCommentReference
StringOPTION_ReportUnusedImport
StringOPTION_ReportSyntheticAccessEmulation
StringOPTION_ReportNoEffectAssignment
StringOPTION_ReportLocalVariableHiding
StringOPTION_ReportSpecialParameterHidingField
StringOPTION_ReportFieldHiding
StringOPTION_ReportTypeParameterHiding
StringOPTION_ReportPossibleAccidentalBooleanAssignment
StringOPTION_ReportNonExternalizedStringLiteral
StringOPTION_ReportIncompatibleNonInheritedInterfaceMethod
StringOPTION_ReportUnusedPrivateMember
StringOPTION_ReportNoImplicitStringConversion
StringOPTION_ReportAssertIdentifier
StringOPTION_ReportEnumIdentifier
StringOPTION_ReportNonStaticAccessToStatic
StringOPTION_ReportIndirectStaticAccess
StringOPTION_ReportEmptyStatement
StringOPTION_ReportUnnecessaryTypeCheck
StringOPTION_ReportUnnecessaryElse
StringOPTION_ReportUndocumentedEmptyBlock
StringOPTION_ReportInvalidJavadoc
StringOPTION_ReportInvalidJavadocTags
StringOPTION_ReportInvalidJavadocTagsDeprecatedRef
StringOPTION_ReportInvalidJavadocTagsNotVisibleRef
StringOPTION_ReportInvalidJavadocTagsVisibility
StringOPTION_ReportMissingJavadocTags
StringOPTION_ReportMissingJavadocTagsVisibility
StringOPTION_ReportMissingJavadocTagsOverriding
StringOPTION_ReportMissingJavadocComments
StringOPTION_ReportMissingJavadocTagDescription
StringOPTION_ReportMissingJavadocCommentsVisibility
StringOPTION_ReportMissingJavadocCommentsOverriding
StringOPTION_ReportFinallyBlockNotCompletingNormally
StringOPTION_ReportUnusedDeclaredThrownException
StringOPTION_ReportUnusedDeclaredThrownExceptionWhenOverriding
StringOPTION_ReportUnusedDeclaredThrownExceptionIncludeDocCommentReference
StringOPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable
StringOPTION_ReportUnqualifiedFieldAccess
StringOPTION_ReportUncheckedTypeOperation
StringOPTION_ReportRawTypeReference
StringOPTION_ReportFinalParameterBound
StringOPTION_ReportMissingSerialVersion
StringOPTION_ReportVarargsArgumentNeedCast
StringOPTION_ReportUnusedTypeArgumentsForMethodInvocation
StringOPTION_Source
StringOPTION_TargetPlatform
StringOPTION_Compliance
StringOPTION_Encoding
StringOPTION_TaskTags
StringOPTION_TaskPriorities
StringOPTION_TaskCaseSensitive
StringOPTION_InlineJsr
StringOPTION_ReportNullReference
StringOPTION_ReportPotentialNullReference
StringOPTION_ReportRedundantNullCheck
StringOPTION_ReportAutoboxing
StringOPTION_ReportAnnotationSuperInterface
StringOPTION_ReportMissingOverrideAnnotation
StringOPTION_ReportMissingOverrideAnnotationForInterfaceMethodImplementation
StringOPTION_ReportMissingDeprecatedAnnotation
StringOPTION_ReportIncompleteEnumSwitch
StringOPTION_ReportForbiddenReference
StringOPTION_ReportDiscouragedReference
StringOPTION_SuppressWarnings
StringOPTION_SuppressOptionalErrors
StringOPTION_ReportUnhandledWarningToken
StringOPTION_ReportUnusedWarningToken
StringOPTION_ReportUnusedLabel
StringOPTION_ReportParameterAssignment
StringOPTION_ReportFallthroughCase
StringOPTION_ReportOverridingMethodWithoutSuperInvocation
StringOPTION_GenerateClassFiles
StringOPTION_Process_Annotations
StringOPTION_ReportRedundantSuperinterface
StringOPTION_ReportComparingIdentical
StringOPTION_ReportMissingSynchronizedOnInheritedMethod
StringOPTION_ReportMissingHashCodeMethod
StringOPTION_ReportDeadCode
StringOPTION_ReportDeadCodeInTrivialIfStatement
StringOPTION_IncludeNullInfoFromAsserts
StringGENERATE
Possible values for configurable options
StringDO_NOT_GENERATE
StringPRESERVE
StringOPTIMIZE_OUT
StringVERSION_1_1
StringVERSION_1_2
StringVERSION_1_3
StringVERSION_1_4
StringVERSION_1_5
StringVERSION_1_6
StringVERSION_1_7
StringVERSION_1_8
StringERROR
StringWARNING
StringIGNORE
StringENABLED
StringDISABLED
StringPROTECTED
intNonExternalizedString
intForbiddenReference
intDiscouragedReference
intRawTypeReference

Constructor

CompilerOptions()
Initializing the compiler options with defaults
CompilerOptions(Map settings)
Initializing the compiler options with external settings

Method