public final class Signature extends Attribute
Attribute
,
Serialized Formconstant_pool, length, name_index, tag
Constructor and Description |
---|
Signature(int name_index,
int length,
int signature_index,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool _constant_pool) |
String |
getSignature() |
String |
toString() |
clone, getName, getTag, readAttribute
public Signature(int name_index, int length, int signature_index, ConstantPool constant_pool)
name_index
- Index in constant pool to CONSTANT_Utf8length
- Content length in bytessignature_index
- Index in constant pool to CONSTANT_Utf8constant_pool
- Array of constantspublic final String getSignature()
public final String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.