Uses of Class
org.openjdk.asmtools.jasm.Tables.StackMapType
-
Packages that use Tables.StackMapType Package Description org.openjdk.asmtools.jasm -
-
Uses of Tables.StackMapType in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as Tables.StackMapType Modifier and Type Field Description (package private) Tables.StackMapType
StackMapData.StackMapItem1. itemType
(package private) Tables.StackMapType
StackMapData.StackMapItem2. itemType
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.StackMapType Modifier and Type Field 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
Methods in org.openjdk.asmtools.jasm that return Tables.StackMapType Modifier and Type Method 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.Methods in org.openjdk.asmtools.jasm with parameters of type Tables.StackMapType Modifier and Type Method Description private static void
Tables. registerStackMapType(Tables.StackMapType typ)
Constructors in org.openjdk.asmtools.jasm with parameters of type Tables.StackMapType Constructor Description StackMapItem1(Tables.StackMapType itemType)
StackMapItem2(Tables.StackMapType itemType, Argument arg)
-