| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CompilerOptions_DO_NOT_GENERATE |
"do not generate" |
public static final String |
CompilerOptions_ERROR |
"error" |
public static final String |
CompilerOptions_GENERATE |
"generate" |
public static final String |
CompilerOptions_IGNORE |
"ignore" |
public static final String |
CompilerOptions_OPTIMIZE_OUT |
"optimize out" |
public static final String |
CompilerOptions_OPTION_Compliance |
"org.eclipse.jdt.core.compiler.compliance" |
public static final String |
CompilerOptions_OPTION_Encoding |
"org.eclipse.jdt.core.encoding" |
public static final String |
CompilerOptions_OPTION_LineNumberAttribute |
"org.eclipse.jdt.core.compiler.debug.lineNumber" |
public static final String |
CompilerOptions_OPTION_LocalVariableAttribute |
"org.eclipse.jdt.core.compiler.debug.localVariable" |
public static final String |
CompilerOptions_OPTION_ReportDeprecation |
"org.eclipse.jdt.core.compiler.problem.deprecation" |
public static final String |
CompilerOptions_OPTION_ReportUnusedImport |
"org.eclipse.jdt.core.compiler.problem.unusedImport" |
public static final String |
CompilerOptions_OPTION_Source |
"org.eclipse.jdt.core.compiler.source" |
public static final String |
CompilerOptions_OPTION_SourceFileAttribute |
"org.eclipse.jdt.core.compiler.debug.sourceFile" |
public static final String |
CompilerOptions_OPTION_SuppressWarnings |
"org.eclipse.jdt.core.compiler.problem.suppressWarnings" |
public static final String |
CompilerOptions_OPTION_TargetPlatform |
"org.eclipse.jdt.core.compiler.codegen.targetPlatform" |
public static final String |
CompilerOptions_PRESERVE |
"preserve" |
public static final String |
CompilerOptions_VERSION_1_1 |
"1.1" |
public static final String |
CompilerOptions_VERSION_1_2 |
"1.2" |
public static final String |
CompilerOptions_VERSION_1_3 |
"1.3" |
public static final String |
CompilerOptions_VERSION_1_4 |
"1.4" |
public static final String |
CompilerOptions_VERSION_1_5 |
"1.5" |
public static final String |
CompilerOptions_VERSION_1_6 |
"1.6" |
public static final String |
CompilerOptions_VERSION_1_7 |
"1.7" |
public static final String |
CompilerOptions_VERSION_1_8 |
"1.8" |
public static final String |
CompilerOptions_VERSION_10 |
"10" |
public static final String |
CompilerOptions_VERSION_11 |
"11" |
public static final String |
CompilerOptions_VERSION_12 |
"12" |
public static final String |
CompilerOptions_VERSION_9 |
"9" |
public static final String |
CompilerOptions_VERSION_CLDC1_1 |
"cldc1.1" |
public static final String |
CompilerOptions_VERSION_JSR14 |
"jsr14" |
public static final String |
CompilerOptions_WARNING |
"warning" |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.