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