public class OpaqueAttribute extends Attribute
Modifier and Type | Method and Description |
---|---|
Attribute |
export(JavaClass cl,
JavaClass target)
Clones the attribute
|
byte[] |
getValue()
Gets the opaque value.
|
void |
setValue(byte[] value)
Sets the opaque value.
|
java.lang.String |
toString() |
void |
write(ByteCodeWriter out)
Writes the field to the output.
|
addConstants, getName
public void setValue(byte[] value)
public byte[] getValue()
public void write(ByteCodeWriter out) throws java.io.IOException