Serialized Form


Package unity.extractor

Class unity.extractor.ExtractorGUI extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

myHighlightPainter

javax.swing.text.Highlighter.HighlightPainter myHighlightPainter

expertPanel

javax.swing.JPanel expertPanel

expertSave

javax.swing.JTextField expertSave

expertTextArea

javax.swing.JTextArea expertTextArea

expertView

javax.swing.JMenuItem expertView

fileMenu

javax.swing.JMenu fileMenu

jMenuBar1

javax.swing.JMenuBar jMenuBar1

quitOption

javax.swing.JMenuItem quitOption

xspecTree

javax.swing.JTree xspecTree

normalPanel

javax.swing.JPanel normalPanel

normalView

javax.swing.JMenuItem normalView

saveButton

javax.swing.JButton saveButton

saveScrollPane

javax.swing.JScrollPane saveScrollPane

treeScrollPane

javax.swing.JScrollPane treeScrollPane

viewMenu

javax.swing.JMenu viewMenu

xmlLabel

javax.swing.JLabel xmlLabel

top

javax.swing.tree.DefaultMutableTreeNode top

jLabel1

javax.swing.JLabel jLabel1

jLabel3

javax.swing.JLabel jLabel3

jTextField1

javax.swing.JTextField jTextField1

jTextField2

javax.swing.JTextField jTextField2

Class unity.extractor.SourceBuilder extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

startMessage

java.lang.String startMessage

addFailedMessage

java.lang.String addFailedMessage

addSuccessMessage

java.lang.String addSuccessMessage

txtSources

javax.swing.JTextField txtSources

txtName

javax.swing.JTextField txtName

txtURL

javax.swing.JTextField txtURL

txtDriver

javax.swing.JTextField txtDriver

txtXSpec

javax.swing.JTextField txtXSpec

lstSourceType

javax.swing.JList lstSourceType

txtMessages

javax.swing.JTextArea txtMessages

btnSourceBrowse

javax.swing.JButton btnSourceBrowse

btnXSpecBrowse

javax.swing.JButton btnXSpecBrowse

btnExit

javax.swing.JButton btnExit

btnAdd

javax.swing.JButton btnAdd

startDirectory

java.lang.String startDirectory

sources

unity.extractor.SourceBuilder.Source[] sources

lastDirectory

java.io.File lastDirectory

Package unity.parser

Class unity.parser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class unity.parser.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.