|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.bytecode.Attribute
com.caucho.bytecode.OpaqueAttribute
public class OpaqueAttribute
Represents a generic attribute
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.caucho.bytecode.Attribute |
|---|
addConstants, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void setValue(byte[] value)
public byte[] getValue()
public void write(ByteCodeWriter out)
throws java.io.IOException
write in class Attributejava.io.IOException
public Attribute export(JavaClass cl,
JavaClass target)
export in class Attributepublic java.lang.String toString()
toString in class Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||