|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.classfile.ExceptionInfo
Representation of an Exception table entry.
| Field Summary | |
static int |
CONSTANT_FIELD_SIZE
|
int |
u2catchType
|
int |
u2endpc
|
int |
u2handlerpc
|
int |
u2startpc
|
Object |
visitorInfo
An extra field in which visitors can store information. |
| Method Summary | |
static ExceptionInfo |
create(DataInput din)
|
Object |
getVisitorInfo()
Gets the visitor information of the visitor accepter. |
void |
setVisitorInfo(Object visitorInfo)
Sets the visitor information of the visitor accepter. |
void |
write(DataOutput dout)
Exports the representation to a DataOutput stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CONSTANT_FIELD_SIZE
public int u2startpc
public int u2endpc
public int u2handlerpc
public int u2catchType
public Object visitorInfo
| Method Detail |
public static ExceptionInfo create(DataInput din)
throws IOException
IOException
public void write(DataOutput dout)
throws IOException
IOExceptionpublic Object getVisitorInfo()
VisitorAccepter
getVisitorInfo in interface VisitorAccepterpublic void setVisitorInfo(Object visitorInfo)
VisitorAccepter
setVisitorInfo in interface VisitorAccepter
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||