Uses of Enum Class
org.openjdk.asmtools.jasm.Tables.AttrTag
Packages that use Tables.AttrTag
-
Uses of Tables.AttrTag in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.AttrTagModifier and TypeFieldDescriptionprivate static HashMap<Integer,
Tables.AttrTag> Tables.AttrTags
private static HashMap<String,
Tables.AttrTag> Tables.NameToAttrTag
Lookup-tables for various types.Methods in org.openjdk.asmtools.jasm that return Tables.AttrTagModifier and TypeMethodDescriptionstatic Tables.AttrTag
Tables.attrtag
(int val) static Tables.AttrTag
static Tables.AttrTag
Returns the enum constant of this class with the specified name.static Tables.AttrTag[]
Tables.AttrTag.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.AttrTag -
Uses of Tables.AttrTag in org.openjdk.asmtools.jdis
Methods in org.openjdk.asmtools.jdis with parameters of type Tables.AttrTagModifier and TypeMethodDescriptionprotected boolean
ClassData.handleAttributes
(DataInputStream in, Tables.AttrTag attrtag, int attrlen) Read and resolve the attribute dataprotected boolean
FieldData.handleAttributes
(DataInputStream in, Tables.AttrTag attrtag, int attrlen) protected boolean
MemberData.handleAttributes
(DataInputStream in, Tables.AttrTag attrtag, int attrlen) protected boolean
MethodData.handleAttributes
(DataInputStream in, Tables.AttrTag attrtag, int attrlen) protected boolean
RecordData.Component.handleAttributes
(DataInputStream in, Tables.AttrTag attrtag, int attrlen)