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) |
java.lang.String |
getSignature() |
java.lang.String |
toString() |
clone, getName, getTag, readAttributepublic 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 java.lang.String getSignature()
public final java.lang.String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.