Package | Description |
---|---|
org.openjdk.asmtools.jasm | |
org.openjdk.asmtools.jdis |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Tables.registerAttrtag(Tables.AttrTag tg) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ClassData.handleAttributes(java.io.DataInputStream in,
Tables.AttrTag attrtag,
int attrlen)
Read and resolve the attribute data
|
protected boolean |
RecordData.Component.handleAttributes(java.io.DataInputStream in,
Tables.AttrTag attrtag,
int attrlen) |
protected boolean |
FieldData.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 |
MemberData.handleAttributes(java.io.DataInputStream in,
Tables.AttrTag attrtag,
int attrlen) |