private static enum LSStackSlotAllocator.Allocator.SlotSize extends Enum<LSStackSlotAllocator.Allocator.SlotSize>
Modifier and Type | Method and Description |
---|---|
static LSStackSlotAllocator.Allocator.SlotSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LSStackSlotAllocator.Allocator.SlotSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LSStackSlotAllocator.Allocator.SlotSize Size1
public static final LSStackSlotAllocator.Allocator.SlotSize Size2
public static final LSStackSlotAllocator.Allocator.SlotSize Size4
public static final LSStackSlotAllocator.Allocator.SlotSize Size8
public static final LSStackSlotAllocator.Allocator.SlotSize Illegal
public static LSStackSlotAllocator.Allocator.SlotSize[] values()
for (LSStackSlotAllocator.Allocator.SlotSize c : LSStackSlotAllocator.Allocator.SlotSize.values()) System.out.println(c);
public static LSStackSlotAllocator.Allocator.SlotSize 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