Uses of Class
org.openjdk.asmtools.jasm.Tables.BasicType
-
Packages that use Tables.BasicType Package Description org.openjdk.asmtools.jasm -
-
Uses of Tables.BasicType in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.BasicType Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,Tables.BasicType>
Tables. BasicTypes
private static java.util.HashMap<java.lang.String,Tables.BasicType>
Tables. NameToBasicType
Methods in org.openjdk.asmtools.jasm that return Tables.BasicType Modifier and Type Method Description static Tables.BasicType
Tables. basictype(int subtag)
static Tables.BasicType
Tables. basictype(java.lang.String idValue)
static Tables.BasicType
Tables.BasicType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Tables.BasicType[]
Tables.BasicType. 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.BasicType Modifier and Type Method Description private static void
Tables. registerBasicType(Tables.BasicType typ)
-