|
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.flow.TransformExceptionHandlers
Constructor Summary | |
TransformExceptionHandlers(FlowBlock[] flowBlocks)
|
Method Summary | |
void |
addHandler(FlowBlock tryBlock,
FlowBlock endBlock,
FlowBlock catchBlock,
Type type)
Add an exception Handler. |
void |
analyze()
Analyzes all exception handlers to try/catch/finally or synchronized blocks. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransformExceptionHandlers(FlowBlock[] flowBlocks)
Method Detail |
public void addHandler(FlowBlock tryBlock, FlowBlock endBlock, FlowBlock catchBlock, Type type)
type
- The type of the exception, null for ALL.public void analyze()
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |