Package | Description |
---|---|
org.openjdk.asmtools.jasm | |
org.openjdk.asmtools.jdis |
Modifier and Type | Method and Description |
---|---|
static Tables.AttrTag |
Tables.attrtag(int val) |
static Tables.AttrTag |
Tables.attrtag(String idValue) |
static Tables.AttrTag |
Tables.AttrTag.valueOf(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 |
---|---|
protected boolean |
FieldData.handleAttributes(DataInputStream in,
Tables.AttrTag attrtag,
int attrlen) |
protected boolean |
MethodData.handleAttributes(DataInputStream in,
Tables.AttrTag attrtag,
int attrlen) |
protected boolean |
MemberData.handleAttributes(DataInputStream in,
Tables.AttrTag attrtag,
int attrlen) |
protected boolean |
ClassData.handleAttributes(DataInputStream in,
Tables.AttrTag attrtag,
int attrlen)
Read and resolve the attribute data
|
Copyright © 2021. All Rights Reserved.