|
||||||||||
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.SignatureAttribute
public class SignatureAttribute
Represents a generic attribute
Method Summary | |
---|---|
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. |
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 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
write
in class Attribute
java.io.IOException
public Attribute export(JavaClass source, JavaClass target)
export
in class Attribute
public java.lang.String toString()
toString
in class Attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |