|
|||||||||||
| 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.JMethodBlock
| Field Summary |
| Fields inherited from class jreversepro.reflect.method.JBlockObject |
indent |
| Constructor Summary | |
JMethodBlock()
Creates a new instance of JMethodBlock |
|
| 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 |
java.lang.String |
toString()
Outputs the method code contained in this block (and sub-blocks) as a string |
| 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, wait, wait, wait |
| Constructor Detail |
public JMethodBlock()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectprotected 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 | ||||||||||