|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<JavaCompiler.ImplicitSourcePolicy>
com.sun.tools.javac.main.JavaCompiler.ImplicitSourcePolicy
protected static enum JavaCompiler.ImplicitSourcePolicy
| Enum Constant Summary | |
|---|---|
CLASS
Generate classes for implicitly read source files. |
|
NONE
Don't generate or process implicitly read source files. |
|
UNSET
Like CLASS, but generate warnings if annotation processing occurs |
|
| Method Summary | |
|---|---|
(package private) static JavaCompiler.ImplicitSourcePolicy |
decode(java.lang.String option)
|
static JavaCompiler.ImplicitSourcePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JavaCompiler.ImplicitSourcePolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JavaCompiler.ImplicitSourcePolicy NONE
public static final JavaCompiler.ImplicitSourcePolicy CLASS
public static final JavaCompiler.ImplicitSourcePolicy UNSET
| Method Detail |
|---|
public static final JavaCompiler.ImplicitSourcePolicy[] values()
for(JavaCompiler.ImplicitSourcePolicy c : JavaCompiler.ImplicitSourcePolicy.values())
System.out.println(c);
public static JavaCompiler.ImplicitSourcePolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namestatic JavaCompiler.ImplicitSourcePolicy decode(java.lang.String option)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||