|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quilt.cl.CatchData
Data structure describing an exception handler.
XXX There have been problems associated with generation of
exception handlers. tryEnd
should be used to get
a handle of the last instruction in the vertex.
Field Summary | |
org.apache.bcel.generic.ObjectType |
exception
Type of exception handled. |
Vertex |
handlerPC
First code vertex in handler. |
Vertex |
tryEnd
Last code Vertex in try block. |
Vertex |
tryStart
First code vertex in try block. |
Constructor Summary | |
CatchData(Vertex start,
Vertex end,
Vertex handler,
org.apache.bcel.generic.ObjectType exc)
The information needed to set up an exception handler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Vertex tryStart
public Vertex tryEnd
public Vertex handlerPC
public org.apache.bcel.generic.ObjectType exception
Constructor Detail |
public CatchData(Vertex start, Vertex end, Vertex handler, org.apache.bcel.generic.ObjectType exc)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |