public class SignatureAttribute extends Attribute
Modifier and Type | Method and Description |
---|---|
Attribute |
export(JavaClass source,
JavaClass target)
Clones the attribute
|
java.lang.String |
getSignature()
Returns the signature.
|
void |
read(ByteCodeParser in)
Reads the signature.
|
java.lang.String |
toString() |
void |
write(ByteCodeWriter out)
Writes the field to the output.
|
addConstants, getName
public java.lang.String getSignature()
public void read(ByteCodeParser in) throws java.io.IOException
java.io.IOException
public void write(ByteCodeWriter out) throws java.io.IOException