Uses of Class
jreversepro.runtime.JOperandStack

Packages that use JOperandStack
jreversepro.revengine   
jreversepro.runtime   
 

Uses of JOperandStack in jreversepro.revengine
 

Methods in jreversepro.revengine with parameters of type JOperandStack
 boolean JBranchEntry.appendEndBlockStmt(JDecompiler decomp, JOperandStack jos)
          Appends end block statement for a branch entry.
 

Uses of JOperandStack in jreversepro.runtime
 

Methods in jreversepro.runtime that return JOperandStack
 JOperandStack JRunTimeContext.getOperandStack()
          Get JVM Operand stack.
 

Methods in jreversepro.runtime with parameters of type JOperandStack
 void JRunTimeFrame.operateStack(JInstruction thisIns, JOperandStack myStack)
           
 

Constructors in jreversepro.runtime with parameters of type JOperandStack
JRunTimeContext(JDecompiler decomp, JMethod meth, JRunTimeFrame rtf, JOperandStack jos, JBranchTable branches)
           
 



Submit Feedback to akkumar@users.sourceforge.net