Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
(package private) Tables.StackMapType |
StackMapData.StackMapItem1.itemType |
(package private) Tables.StackMapType |
StackMapData.StackMapItem2.itemType |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.String,Tables.StackMapType> |
Tables.KeyToStackMapType |
private static java.util.HashMap<java.lang.String,Tables.StackMapType> |
Tables.NameToStackMapType |
private static java.util.HashMap<java.lang.Integer,Tables.StackMapType> |
Tables.StackMapTypes |
Modifier and Type | Method and Description |
---|---|
static Tables.StackMapType |
Tables.stackMapType(int subtag,
java.io.PrintWriter out) |
static Tables.StackMapType |
Tables.stackMapType(java.lang.String subtag) |
static Tables.StackMapType |
Tables.stackMapTypeKey(java.lang.String subtag) |
static Tables.StackMapType |
Tables.StackMapType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.StackMapType[] |
Tables.StackMapType.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.registerStackMapType(Tables.StackMapType typ) |
Constructor and Description |
---|
StackMapItem1(Tables.StackMapType itemType) |
StackMapItem2(Tables.StackMapType itemType,
Argument arg) |