Uses of Class
jreversepro.reflect.method.JBlockObject

Packages that use JBlockObject
jreversepro.reflect   
jreversepro.reflect.method   
 

Uses of JBlockObject in jreversepro.reflect
 

Methods in jreversepro.reflect that return JBlockObject
 JBlockObject JMethod.removeCurrentBlock()
          Removes and returns the last block added
 JBlockObject JLineOfCode.getBlock()
           
 

Methods in jreversepro.reflect with parameters of type JBlockObject
 void JMethod.addBlock(JBlockObject jbo)
          Add a new JBlockObject to the stack - indicates that a block is opening
 void JLineOfCode.setBlock(JBlockObject jbo)
          Sets the LineOfCode's containing block
 

Constructors in jreversepro.reflect with parameters of type JBlockObject
JLineOfCode(java.lang.String stmt, JBlockObject jbo, int state)
          Creates a new instance of JLineOfCode This JLineOfCode is either block entry or block exit code since no offsets are provided.
 

Uses of JBlockObject in jreversepro.reflect.method
 

Subclasses of JBlockObject in jreversepro.reflect.method
 class JCaseBlock
           
 class JCatchBlock
           
 class JDoWhileBlock
           
 class JElseBlock
           
 class JElseIfBlock
           
 class JFinallyBlock
           
 class JForBlock
           
 class JIfBlock
           
 class JMethodBlock
           
 class JSwitchBlock
           
 class JSynchBlock
           
 class JTryBlock
           
 

Methods in jreversepro.reflect.method with parameters of type JBlockObject
 void JBlockObject.addBlock(JBlockObject _jbo)
          Called to add a sub block
 



Submit Feedback to akkumar@users.sourceforge.net