Uses of Package
jreversepro.reflect

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

Classes in jreversepro.reflect used by jreversepro
JClassInfo
          JClassInfo is the abstract representation of the Class File.
 

Classes in jreversepro.reflect used by jreversepro.parser
JClassInfo
          JClassInfo is the abstract representation of the Class File.
JConstantPool
          JConstantPool represents the abstraction of the ConstantPool.
JMethod
          JMethod is the abstract representation of a method in the class method..
 

Classes in jreversepro.reflect used by jreversepro.reflect
JClassInfo
          JClassInfo is the abstract representation of the Class File.
JConstantPool
          JConstantPool represents the abstraction of the ConstantPool.
JConstantPoolEntry
          JConstantPoolEntry is an Entry of the CONSTANT POOL data structure the class file.
JException
          JException is an abstraction of the exception table , that is an optional part of the Method attributes .
JField
          Abstraction for the field in a class.
JImport
          Describes the Set fof import statements.
JInstruction
          Abstraction of a JVM Opcode instruction.
JLineNumberTable
          Contains info about the LineNumber Table.
JLineOfCode
          Represents a single line of code.
JMember
          Describes a class member ( both field and method ).
JMethod
          JMethod is the abstract representation of a method in the class method..
 

Classes in jreversepro.reflect used by jreversepro.reflect.method
JLineOfCode
          Represents a single line of code.
 

Classes in jreversepro.reflect used by jreversepro.revengine
JClassInfo
          JClassInfo is the abstract representation of the Class File.
JConstantPool
          JConstantPool represents the abstraction of the ConstantPool.
JInstruction
          Abstraction of a JVM Opcode instruction.
JMethod
          JMethod is the abstract representation of a method in the class method..
 

Classes in jreversepro.reflect used by jreversepro.runtime
JConstantPool
          JConstantPool represents the abstraction of the ConstantPool.
JImport
          Describes the Set fof import statements.
JInstruction
          Abstraction of a JVM Opcode instruction.
JMethod
          JMethod is the abstract representation of a method in the class method..
 



Submit Feedback to akkumar@users.sourceforge.net