Uses of Class
jreversepro.reflect.JMethod

Packages that use JMethod
jreversepro.parser   
jreversepro.reflect   
jreversepro.revengine   
jreversepro.runtime   
 

Uses of JMethod in jreversepro.parser
 

Methods in jreversepro.parser with parameters of type JMethod
static void JAttribute.manipCode(java.io.DataInputStream aDis, JMethod aLocalMethod, JConstantPool aCpInfo)
          Manipulates the 'Code' attribute of the Methods.
 

Uses of JMethod in jreversepro.reflect
 

Methods in jreversepro.reflect with parameters of type JMethod
 void JClassInfo.addMethod(JMethod rhsMethod)
          Adds a new method present in the class.
 

Uses of JMethod in jreversepro.revengine
 

Constructors in jreversepro.revengine with parameters of type JMethod
JSwitchTable(JMethod method, JInstruction ins, java.util.Map gotos)
           
JSwitchTable(JMethod method, JInstruction ins, Operand op1, java.util.Map gotos)
           
JDisAssembler(JMethod rhsMethod, JConstantPool rhsCpInfo)
           
JCollatingTable(JMethod method)
           
JBranchTable(JMethod method)
           
JBranchEntry(JMethod method, int startPc, int targetPc, int type)
           
JBranchEntry(JMethod method, int startPc, int nextPc, int targetPc, int type, java.lang.String opr1, java.lang.String opr2, java.lang.String operator)
           
JDecompiler(JMethod rhsMethod, JConstantPool rhsCpInfo)
          JDecompiler constructor.
 

Uses of JMethod in jreversepro.runtime
 

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



Submit Feedback to akkumar@users.sourceforge.net