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. BasicTypesprivate static java.util.HashMap<java.lang.String,Tables.BasicType>Tables. NameToBasicTypeMethods in org.openjdk.asmtools.jasm that return Tables.BasicType Modifier and Type Method Description static Tables.BasicTypeTables. basictype(int subtag)static Tables.BasicTypeTables. basictype(java.lang.String idValue)static Tables.BasicTypeTables.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 voidTables. registerBasicType(Tables.BasicType typ)
-