public class AttributeSignature extends Attribute
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_NAME |
private int |
length |
private static long |
OFFSET_OF_ATTRIBUTE_LENGTH |
private static long |
OFFSET_OF_REMAINDER |
private ConstantPoolEntryUTF8 |
signature |
| Constructor and Description |
|---|
AttributeSignature(ByteData raw,
ConstantPool cp) |
| Modifier and Type | Method and Description |
|---|---|
Dumper |
dump(Dumper d) |
long |
getRawByteLength() |
java.lang.String |
getRawName() |
ConstantPoolEntryUTF8 |
getSignature() |
collectTypeUsagespublic static final java.lang.String ATTRIBUTE_NAME
private static final long OFFSET_OF_ATTRIBUTE_LENGTH
private static final long OFFSET_OF_REMAINDER
private final int length
private final ConstantPoolEntryUTF8 signature
public AttributeSignature(ByteData raw, ConstantPool cp)