Serialized Form
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.
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 |
msg
java.lang.String msg
- Exception message.
|
Package jreversepro.revengine |
|
Package jreversepro.runtime |
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