public static enum SpoofCompiler.RegisterAlloc extends Enum<SpoofCompiler.RegisterAlloc>
Enum Constant and Description |
---|
EXACT_DYNAMIC_BUFF |
EXACT_STATIC_BUFF |
HEURISTIC |
Modifier and Type | Method and Description |
---|---|
static SpoofCompiler.RegisterAlloc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpoofCompiler.RegisterAlloc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpoofCompiler.RegisterAlloc HEURISTIC
public static final SpoofCompiler.RegisterAlloc EXACT_DYNAMIC_BUFF
public static final SpoofCompiler.RegisterAlloc EXACT_STATIC_BUFF
public static SpoofCompiler.RegisterAlloc[] values()
for (SpoofCompiler.RegisterAlloc c : SpoofCompiler.RegisterAlloc.values()) System.out.println(c);
public static SpoofCompiler.RegisterAlloc valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 The Apache Software Foundation. All rights reserved.