|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<InlineDecision.Code> org.jikesrvm.compilers.opt.inlining.InlineDecision.Code
private static enum InlineDecision.Code
Enum Constant Summary | |
---|---|
DECIDE_NO
Symbolic constant coding internal state. |
|
DECIDE_YES
Symbolic constant coding internal state. |
|
GUARDED_YES
Symbolic constant coding internal state. |
Method Summary | |
---|---|
static InlineDecision.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InlineDecision.Code[] |
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 InlineDecision.Code DECIDE_NO
public static final InlineDecision.Code DECIDE_YES
public static final InlineDecision.Code GUARDED_YES
Method Detail |
---|
public static InlineDecision.Code[] values()
for (InlineDecision.Code c : InlineDecision.Code.values()) System.out.println(c);
public static InlineDecision.Code 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 null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |