| java.lang.Object org.quilt.cl.CatchData
CatchData | public class CatchData (Code) | | 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.
author: < a href="jddixon@users.sourceforge.net">Jim Dixon |
Constructor Summary | |
public | CatchData(Vertex start, Vertex end, Vertex handler, ObjectType exc) The information needed to set up an exception handler. |
exception | public ObjectType exception(Code) | | Type of exception handled.
|
handlerPC | public Vertex handlerPC(Code) | | First code vertex in handler.
|
tryEnd | public Vertex tryEnd(Code) | | Last code Vertex in try block.
|
tryStart | public Vertex tryStart(Code) | | First code vertex in try block.
|
CatchData | public CatchData(Vertex start, Vertex end, Vertex handler, ObjectType exc)(Code) | | The information needed to set up an exception handler.
|
|
|