Uses of Class
org.openjdk.asmtools.jasm.Tables.AttrTag
-
Packages that use Tables.AttrTag Package Description org.openjdk.asmtools.jasm org.openjdk.asmtools.jdis -
-
Uses of Tables.AttrTag in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.AttrTag Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,Tables.AttrTag>
Tables. AttrTags
private static java.util.HashMap<java.lang.String,Tables.AttrTag>
Tables. NameToAttrTag
Lookup-tables for various types.Methods in org.openjdk.asmtools.jasm that return Tables.AttrTag Modifier and Type Method Description static Tables.AttrTag
Tables. attrtag(int val)
static Tables.AttrTag
Tables. attrtag(java.lang.String idValue)
static Tables.AttrTag
Tables.AttrTag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Tables.AttrTag[]
Tables.AttrTag. 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.AttrTag Modifier and Type Method Description private static void
Tables. registerAttrtag(Tables.AttrTag tg)
-
Uses of Tables.AttrTag in org.openjdk.asmtools.jdis
Methods in org.openjdk.asmtools.jdis with parameters of type Tables.AttrTag Modifier and Type Method Description protected boolean
ClassData. handleAttributes(java.io.DataInputStream in, Tables.AttrTag attrtag, int attrlen)
Read and resolve the attribute dataprotected boolean
FieldData. handleAttributes(java.io.DataInputStream in, Tables.AttrTag attrtag, int attrlen)
protected boolean
MemberData. handleAttributes(java.io.DataInputStream in, Tables.AttrTag attrtag, int attrlen)
protected boolean
MethodData. handleAttributes(java.io.DataInputStream in, Tables.AttrTag attrtag, int attrlen)
protected boolean
RecordData.Component. handleAttributes(java.io.DataInputStream in, Tables.AttrTag attrtag, int attrlen)
-