public static enum CompilationResult.JumpTable.EntryFormat extends Enum<CompilationResult.JumpTable.EntryFormat>
| Enum Constant and Description |
|---|
OFFSET_ONLY
Each entry is a 4 byte offset.
|
VALUE_AND_OFFSET
Each entry contains a 4 byte value followed by a 4 byte offset.
|
| Modifier and Type | Field and Description |
|---|---|
int |
size
Gets the size of an entry in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilationResult.JumpTable.EntryFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationResult.JumpTable.EntryFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilationResult.JumpTable.EntryFormat OFFSET_ONLY
public static final CompilationResult.JumpTable.EntryFormat VALUE_AND_OFFSET
public static CompilationResult.JumpTable.EntryFormat[] values()
public static CompilationResult.JumpTable.EntryFormat 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 null