public static enum OpcodeTables.OpcodeType extends Enum<OpcodeTables.OpcodeType>
Enum Constant and Description |
---|
NONPRIVELEGED |
NORMAL |
PRIVELEGED |
WIDE |
Modifier and Type | Method and Description |
---|---|
String |
printval() |
static OpcodeTables.OpcodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpcodeTables.OpcodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpcodeTables.OpcodeType NORMAL
public static final OpcodeTables.OpcodeType NONPRIVELEGED
public static final OpcodeTables.OpcodeType PRIVELEGED
public static final OpcodeTables.OpcodeType WIDE
public static OpcodeTables.OpcodeType[] values()
for (OpcodeTables.OpcodeType c : OpcodeTables.OpcodeType.values()) System.out.println(c);
public static OpcodeTables.OpcodeType 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 nullpublic String printval()
Copyright © 2021. All Rights Reserved.