Uses of Enum Class
org.openjdk.asmtools.jasm.Tables.BasicType
Packages that use Tables.BasicType
-
Uses of Tables.BasicType in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.BasicTypeModifier and TypeFieldDescriptionprivate static HashMap<Integer,
Tables.BasicType> Tables.BasicTypes
private static HashMap<String,
Tables.BasicType> Tables.NameToBasicType
Methods in org.openjdk.asmtools.jasm that return Tables.BasicTypeModifier and TypeMethodDescriptionstatic Tables.BasicType
Tables.basictype
(int subtag) static Tables.BasicType
static Tables.BasicType
Returns the enum constant of this class with the specified name.static Tables.BasicType[]
Tables.BasicType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jasm with parameters of type Tables.BasicTypeModifier and TypeMethodDescriptionprivate static void
Tables.registerBasicType
(Tables.BasicType typ)