|
||||||||||
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.ExceptionsAttribute
public class ExceptionsAttribute
Represents a generic attribute
Method Summary | |
---|---|
void |
addException(java.lang.String exn)
Adds an exception |
Attribute |
export(JavaClass cl,
JavaClass target)
Clones the attribute |
java.util.ArrayList<java.lang.String> |
getExceptionList()
Returns the exceptions. |
void |
read(ByteCodeParser in)
Writes the field to the output. |
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 addException(java.lang.String exn)
public java.util.ArrayList<java.lang.String> getExceptionList()
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 cl, 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 |