public static enum BytecodeInstructionIFCOND.Type extends Enum<BytecodeInstructionIFCOND.Type>
| Modifier and Type | Method and Description |
|---|---|
static BytecodeInstructionIFCOND.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeInstructionIFCOND.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BytecodeInstructionIFCOND.Type eq
public static final BytecodeInstructionIFCOND.Type ne
public static final BytecodeInstructionIFCOND.Type lt
public static final BytecodeInstructionIFCOND.Type ge
public static final BytecodeInstructionIFCOND.Type gt
public static final BytecodeInstructionIFCOND.Type le
public static BytecodeInstructionIFCOND.Type[] values()
for (BytecodeInstructionIFCOND.Type c : BytecodeInstructionIFCOND.Type.values()) System.out.println(c);
public static BytecodeInstructionIFCOND.Type 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 Systemprogrammierung Mirko Sertic. All rights reserved.