| java.lang.Object javassist.bytecode.AttributeInfo javassist.bytecode.SignatureAttribute
SignatureAttribute | public class SignatureAttribute extends AttributeInfo (Code) | | Signature_attribute .
|
Field Summary | |
final public static String | tag The name of this attribute "Signature" . |
tag | final public static String tag(Code) | | The name of this attribute "Signature" .
|
SignatureAttribute | public SignatureAttribute(ConstPool cp, String signature)(Code) | | Constructs a Signature attribute.
Parameters: cp - a constant pool table. Parameters: signature - the signature represented by this attribute. |
copy | public AttributeInfo copy(ConstPool newCp, Map classnames)(Code) | | Makes a copy. Class names are replaced according to the
given Map object.
Parameters: newCp - the constant pool table used by the new copy. Parameters: classnames - pairs of replaced and substitutedclass names. |
getSignature | public String getSignature()(Code) | | Returns the signature indicated by signature_index .
|
|
|