Uses of Class
jreversepro.reflect.JConstantPool

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

Uses of JConstantPool in jreversepro.parser
 

Methods in jreversepro.parser that return JConstantPool
 JConstantPool JClassParser.getCpInfo()
           
 

Methods in jreversepro.parser with parameters of type JConstantPool
static java.lang.String JAttribute.manipConstantValue(java.io.DataInputStream aDis, JConstantPool aCpInfo)
          Manipulates the 'ConstantValue' attribute of the Fields.
static void JAttribute.manipCode(java.io.DataInputStream aDis, JMethod aLocalMethod, JConstantPool aCpInfo)
          Manipulates the 'Code' attribute of the Methods.
static java.lang.String JAttribute.manipSourceFile(java.io.DataInputStream aDis, JConstantPool aCpInfo)
          Manipulates the 'SourceFile' attribute of the Fields.
static java.util.List JAttribute.manipExceptions(java.io.DataInputStream aDis, JConstantPool aCpInfo)
          Manipulates the Exceptions attribute.
 

Uses of JConstantPool in jreversepro.reflect
 

Methods in jreversepro.reflect that return JConstantPool
 JConstantPool JClassInfo.getConstantPool()
          Returns the constantpool reference
 

Methods in jreversepro.reflect with parameters of type JConstantPool
 void JClassInfo.setConstantPool(JConstantPool cpInfo)
          Sets the ConstantPool information of this class.
 

Uses of JConstantPool in jreversepro.revengine
 

Constructors in jreversepro.revengine with parameters of type JConstantPool
JDisAssembler(JMethod rhsMethod, JConstantPool rhsCpInfo)
           
JDecompiler(JMethod rhsMethod, JConstantPool rhsCpInfo)
          JDecompiler constructor.
 

Uses of JConstantPool in jreversepro.runtime
 

Constructors in jreversepro.runtime with parameters of type JConstantPool
JRunTimeFrame(JConstantPool rhsCpInfo, JSymbolTable rhsSymTable, java.lang.String rhsReturnType)
           
 



Submit Feedback to akkumar@users.sourceforge.net