|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jreversepro.reflect.method.JBlockObject
|
+--jreversepro.reflect.method.JCatchBlock
| Field Summary |
| Fields inherited from class jreversepro.reflect.method.JBlockObject |
indent |
| Constructor Summary | |
JCatchBlock(JBranchEntry _jbe,
java.lang.String _cls,
java.lang.String _var)
Creates a new instance of JCatchBlock |
|
| Method Summary | |
protected java.lang.String |
getEntryCode()
Outputs any starting code to open the block |
protected java.lang.String |
getExitCode()
Outputs any terminating code to close the block |
| Methods inherited from class jreversepro.reflect.method.JBlockObject |
addBlock, addStatement, getEntryLineOfCode, getExitLineOfCode, getFlattenedCode, isSimpleBlock, removeLastBlock, removeLastStatement, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JCatchBlock(JBranchEntry _jbe,
java.lang.String _cls,
java.lang.String _var)
_cls - The class name for the exception_var - The variable name for the exception instance| Method Detail |
protected java.lang.String getEntryCode()
getEntryCode in class JBlockObjectprotected java.lang.String getExitCode()
getExitCode in class JBlockObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||