Language Processing
v2.0

Serialized Form


Package pj2

Class BnfParser.yyException extends Exception implements Serializable

Class RfcParser.yyException extends Exception implements Serializable


Package vig

Class Control.Matcher extends HashMap<String,Parser.Tree.Rule> implements Serializable

Serialized Fields

position

int position
Parser.Tree.Rules position.

Class Parser.Tree extends Object implements Serializable

Class Parser.Tree.Actions extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Braces extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Group extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Gt extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Index extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Lt extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Match extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Null extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Parens extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Ref extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Rhs extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Rule extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Rules extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Type extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.

Class Parser.Tree.Var extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
mutable body.


Package wcs

Class Applet extends JApplet implements Serializable

Serialized Fields

mainClasses

JComboBox mainClasses
fully qualified main class name box.


commandLine

JTextField commandLine
command line field.


commandLineText

String commandLineText
command line text.


startStop

JButton startStop
start/stop button.


terminal

Terminal terminal
terminal screen.


thread

Thread thread
client thread. Invariant, monitored by this: if null, call Applet.run() to restart, else call Applet.stop() to stop.

Class Clipboard extends TransferHandler implements Serializable

Class Servlet extends HttpServlet implements Serializable

Serialized Fields

initParameters

Map<K,V> initParameters
all init-param from web.xml. @see #init


mimeTypes

Map<K,V> mimeTypes
mime.types from web.xml. @see #init


tmpDir

File tmpDir
tmpdir: directory for temporary files; must exist.


documentBuilder

DocumentBuilder documentBuilder
coalescing XML builder. @see #init


reaper

Reaper reaper
file deletion mechanism -- if any. @see #init

Class Terminal extends JTextArea implements Serializable

Serialized Fields

writing

boolean writing
true during Terminal.outputStream and Terminal.writer access.


document

Document document
model.


cooked

ArrayList<E> cooked
input buffer queue.


raw

StringBuilder raw
next input buffer.


inputStream

InputStream inputStream
singleton.


reader

Reader reader
singleton.


outputStream

OutputStream outputStream
singleton.


writer

Writer writer
singleton.


Package xv

Class Parser.yyException extends Exception implements Serializable

Class Parser.yyTree extends Object implements Serializable

Class Parser.yyTree.Actions extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Group extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Gt extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Index extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Lt extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Path extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Paths extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.RCond extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Ref extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Rhs extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.RRule extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Rules extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Type extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.Value extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.XCond extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.

Class Parser.yyTree.XRule extends AbstractList implements Serializable

Serialized Fields

position

int position
associated input position.


nodes

Object[] nodes
immutable body.



(c) 2008 Axel T. Schreiner