|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SootMojo.SourcePrecedence>
net.nicoulaj.maven.plugins.soot.SootMojo.SourcePrecedence
public static enum SootMojo.SourcePrecedence
Values for SootMojo.sourcePrecedence
option.
Enum Constant Summary | |
---|---|
CLASS
Favour class files as Soot source. |
|
JAVA
Favour Java files as Soot source. |
|
JIMPLE
Favour Jimple files as Soot source. |
|
ONLY_CLASS
Use only class files as Soot source. |
Field Summary | |
---|---|
protected int |
value
|
Method Summary | |
---|---|
int |
getValue()
|
static SootMojo.SourcePrecedence |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SootMojo.SourcePrecedence[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SootMojo.SourcePrecedence CLASS
public static final SootMojo.SourcePrecedence ONLY_CLASS
public static final SootMojo.SourcePrecedence JIMPLE
public static final SootMojo.SourcePrecedence JAVA
Field Detail |
---|
protected int value
Method Detail |
---|
public static SootMojo.SourcePrecedence[] values()
for (SootMojo.SourcePrecedence c : SootMojo.SourcePrecedence.values()) System.out.println(c);
public static SootMojo.SourcePrecedence valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |