Uses of Class
jreversepro.reflect.JInstruction

Packages that use JInstruction
jreversepro.reflect   
jreversepro.revengine   
jreversepro.runtime   
 

Uses of JInstruction in jreversepro.reflect
 

Methods in jreversepro.reflect that return JInstruction
 JInstruction JMethod.getInstruction(int ind)
          Returns the JInstruction having the specified byte offset
 JInstruction JMethod.getNextInstruction(int ind)
          Returns the JInstruction following the instruction having the specified byte offset
 JInstruction JMethod.getFirstIns()
          Get First Instruction.
 JInstruction JInstruction.prev()
           
 JInstruction JInstruction.next()
           
 

Methods in jreversepro.reflect with parameters of type JInstruction
 void JInstruction.append(JInstruction rhsNext)
          Appends a instruction to this
 

Uses of JInstruction in jreversepro.revengine
 

Methods in jreversepro.revengine that return JInstruction
 JInstruction JBranchTable.findGotoIns(java.util.List byteIns, int start, int end)
           
 

Methods in jreversepro.revengine with parameters of type JInstruction
 void JCollatingTable.addConditionalBranch(JInstruction thisIns, int startPc, int type, java.lang.String opr1, java.lang.String opr2)
           
 

Constructors in jreversepro.revengine with parameters of type JInstruction
JSwitchTable(JMethod method, JInstruction ins, java.util.Map gotos)
           
JSwitchTable(JMethod method, JInstruction ins, Operand op1, java.util.Map gotos)
           
 

Uses of JInstruction in jreversepro.runtime
 

Methods in jreversepro.runtime with parameters of type JInstruction
 void JRunTimeFrame.operateStack(JInstruction thisIns, JOperandStack myStack)
           
 void JRunTimeContext.executeInstruction(JInstruction ins)
          Process JVM instruction.
 



Submit Feedback to akkumar@users.sourceforge.net