Uses of Class
jreversepro.reflect.JLineOfCode

Packages that use JLineOfCode
jreversepro.reflect   
jreversepro.reflect.method   
 

Uses of JLineOfCode in jreversepro.reflect
 

Methods in jreversepro.reflect that return JLineOfCode
 JLineOfCode JMethod.removeLastLineOfCode()
          Removes and returns the last line of code added from the current block
 

Methods in jreversepro.reflect with parameters of type JLineOfCode
 void JMethod.addLineOfCode(JLineOfCode loc)
          Adds a line of code to the current block
 

Uses of JLineOfCode in jreversepro.reflect.method
 

Methods in jreversepro.reflect.method that return JLineOfCode
 JLineOfCode JBlockObject.removeLastStatement()
          Called to remove the last line of code added
protected  JLineOfCode JBlockObject.getEntryLineOfCode()
          Returns any starting code to open the block as a JLineOfCode
protected  JLineOfCode JBlockObject.getExitLineOfCode()
          Returns any terminating code to close the block as a JLineOfCode
 

Methods in jreversepro.reflect.method with parameters of type JLineOfCode
 void JBlockObject.addStatement(JLineOfCode _loc)
          Called to add a line of code
 



Submit Feedback to akkumar@users.sourceforge.net