|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jode.bytecode.Handler
A simple class containing the info about one try-catch block.
Method Summary | |
Block |
getCatcher()
Gets the first basic block of the exception handler. |
Block |
getEnd()
Gets the last basic block of the try. |
Block |
getStart()
Gets the first basic block of the try. |
java.lang.String |
getType()
Gets the class name of the exception type. |
void |
setCatcher(Block catcher)
|
void |
setEnd(Block end)
|
void |
setStart(Block start)
|
void |
setType(java.lang.String type)
Sets the class name of the exception type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Block getStart()
public Block getEnd()
public Block getCatcher()
public java.lang.String getType()
public void setStart(Block start)
public void setEnd(Block end)
public void setCatcher(Block catcher)
public void setType(java.lang.String type)
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |