Serialized Form
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
mRuleCount
int mRuleCount
- The number of rules which have been added
mRules
Rule[] mRules
- The logical rule objects of a tab
mI18nStringsMap
java.util.Map<K,V> mI18nStringsMap
- Map for I18n Strings; key=identifier, value=string in language
mLayout
java.awt.GridBagLayout mLayout
mExampleEditorPane
javax.swing.JEditorPane mExampleEditorPane
mExampleScrollPane
javax.swing.JScrollPane mExampleScrollPane
mTitleLabel
javax.swing.JLabel mTitleLabel
mIsStartedStandAlone
boolean mIsStartedStandAlone
mSourceButtonGroup
javax.swing.ButtonGroup mSourceButtonGroup
mDefaultRB
javax.swing.JRadioButton mDefaultRB
mOtherRB
javax.swing.JRadioButton mOtherRB
mOtherSourceTF
TextFieldButton mOtherSourceTF
mSaveButton
javax.swing.JButton mSaveButton
mSaveAsButton
javax.swing.JButton mSaveAsButton
mCloseButton
javax.swing.JButton mCloseButton
mRulesPanel
RulesPanel mRulesPanel
mFileChooser
javax.swing.JFileChooser mFileChooser
mOtherRuleFile
java.io.File mOtherRuleFile
mTabbedPane
javax.swing.JTabbedPane mTabbedPane
mGeneralTab
JcscTab mGeneralTab
mFieldTab
JcscTab mFieldTab
mMethodTab
JcscTab mMethodTab
mJavaDocTab
JcscTab mJavaDocTab
mMetricsTab
JcscTab mMetricsTab
mUnitTestTab
JcscTab mUnitTestTab
mExamplePanel
ExamplePanel mExamplePanel
mIconLabel
javax.swing.JLabel mIconLabel
mIcons
javax.swing.Icon[] mIcons
mDelayMS
int mDelayMS
mCurrentIndex
int mCurrentIndex
mUpdateThread
java.lang.Thread mUpdateThread
mGo
boolean mGo
mExit
boolean mExit
mRegexpLabel
javax.swing.JLabel mRegexpLabel
mRegexpTC
javax.swing.text.JTextComponent mRegexpTC
mTestStringLabel
javax.swing.JLabel mTestStringLabel
mTestStringTC
javax.swing.text.JTextComponent mTestStringTC
mResultLabel
javax.swing.JLabel mResultLabel
mTestButton
javax.swing.JButton mTestButton
mOkButton
javax.swing.JButton mOkButton
mCancelButton
javax.swing.JButton mCancelButton
mRegexpBackup
java.lang.String mRegexpBackup
mActionListener
javax.swing.event.EventListenerList mActionListener
mTable
javax.swing.JTable mTable
mSP
javax.swing.JScrollPane mSP
mOK
javax.swing.JButton mOK
mCancel
javax.swing.JButton mCancel
mClose
javax.swing.JButton mClose
mObjects
java.lang.Object[] mObjects
mOkedOut
boolean mOkedOut
mTextField
javax.swing.JTextField mTextField
mButton
javax.swing.JButton mButton
mActionListeners
javax.swing.event.EventListenerList mActionListeners
(c) 1999-2005 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License