Package | Description |
---|---|
org.openjdk.asmtools.jasm | |
org.openjdk.asmtools.jdis |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.String,Tables.StackMapFrameType> |
Tables.NameToStackMapFrameType |
private static java.util.HashMap<java.lang.Integer,Tables.StackMapFrameType> |
Tables.StackMapFrameTypes |
Modifier and Type | Method and Description |
---|---|
static Tables.StackMapFrameType |
Tables.stackMapFrameType(int subtag) |
static Tables.StackMapFrameType |
Tables.stackMapFrameTypeVal(int subtag) |
static Tables.StackMapFrameType |
Tables.StackMapFrameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.StackMapFrameType[] |
Tables.StackMapFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Tables.registerStackMapFrameType(Tables.StackMapFrameType typ) |
Modifier and Type | Field and Description |
---|---|
(package private) Tables.StackMapFrameType |
StackMapData.stackFrameType |