|
|||||||||||
| 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.JForBlock
| Field Summary |
| Fields inherited from class jreversepro.reflect.method.JBlockObject |
indent |
| Constructor Summary | |
JForBlock(JBranchEntry _jbe,
java.lang.String _test)
Creates a new instance of JForBlock |
|
JForBlock(JBranchEntry _jbe,
java.lang.String _init,
java.lang.String _test,
java.lang.String _loop)
Creates a new instance of JForBlock |
|
| 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 |
void |
setInitExpr(java.lang.String _init)
Set the init expression |
void |
setLoopExpr(java.lang.String _loop)
Set the loop expression |
void |
setTestExpr(java.lang.String _test)
Set the loop expression |
| 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 JForBlock(JBranchEntry _jbe,
java.lang.String _test)
public JForBlock(JBranchEntry _jbe,
java.lang.String _init,
java.lang.String _test,
java.lang.String _loop)
| Method Detail |
public void setInitExpr(java.lang.String _init)
public void setTestExpr(java.lang.String _test)
public void setLoopExpr(java.lang.String _loop)
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 | ||||||||||