Serialized Form


Package jreversepro

Class jreversepro.JAwtFrame implements Serializable

Serialized Fields

mMbrGen

jreversepro.awtui.MainMenu mMbrGen
Represents the MenuBar.


mPnlEditor

jreversepro.awtui.JClassEditPanel mPnlEditor
Panel containing the Reverse engineered code.


mSerializer

JSerializer mSerializer
ConstantPool Information of the class.


mCurrentClass

java.lang.String mCurrentClass
Path to class currently reverse engineered.


mPropertyFile

java.lang.String mPropertyFile
Name of the property file.


mCurDir

java.lang.String mCurDir
Default Directory of a file open/save dialog.

Class jreversepro.JMainFrame implements Serializable

Serialized Fields

mMbrGen

jreversepro.gui.MainMenu mMbrGen
Represents the MenuBar.


mPnlEditor

jreversepro.gui.JClassEditPanel mPnlEditor
Panel containing the Reverse engineered code.


mPnlStatusBar

jreversepro.gui.JStatusPanel mPnlStatusBar
Panel containing the status bar.


mSerializer

JSerializer mSerializer
ConstantPool Information of the class.


mCurrentClass

java.lang.String mCurrentClass
Path to class currently reverse engineered.


mClassInfo

JClassInfo mClassInfo
JClassInfo class currently reverse engineered.


mPropertyFile

java.lang.String mPropertyFile
Name of the property file.


mCurDir

java.lang.String mCurDir
Default Directory of a file open/save dialog.


Package jreversepro.parser

Class jreversepro.parser.ClassParserException implements Serializable

Serialized Fields

msg

java.lang.String msg
Exception message.


Package jreversepro.revengine

Class jreversepro.revengine.RevEngineException implements Serializable


Package jreversepro.runtime

Class jreversepro.runtime.JOperandStack implements Serializable

Serialized Fields

constants

java.util.Vector constants
A Vector of constants. The individual members of this vector are 'String'. They are primarily used in the following case. Lets say - we have a code called . String [] args = { "run", "args", "args1" }; In this case all the individual members of the array namely args come into the constants.



Submit Feedback to akkumar@users.sourceforge.net