Serialized Form


Package edu.neu.ccs.demeter

Class edu.neu.ccs.demeter.Ident implements Serializable

Serialized Fields

str

String str

Class edu.neu.ccs.demeter.Line implements Serializable

Serialized Fields

str

String str

Class edu.neu.ccs.demeter.Text implements Serializable

Serialized Fields

str

String str

Class edu.neu.ccs.demeter.Word implements Serializable

Serialized Fields

str

String str


Package RIDL_Runtime

Class RIDL_Runtime.RIDL_Naming implements Serializable

Serialized Fields

hashtable

Hashtable hashtable

Class RIDL_Runtime.RIDL_Naming_Stub implements Serializable

Class RIDL_Runtime.RIDL_ObjectP implements Serializable

Serialized Fields

_pp

Object _pp

Class RIDL_Runtime.RIDL_ObjectPP implements Serializable

Serialized Fields

_real

RIDL_Object _real

Class RIDL_Runtime.RIDL_RemoteInst implements Serializable

Class RIDL_Runtime.RIDL_RemoteInst_Stub implements Serializable


Package edu.neu.ccs.demeter.aplib

Class edu.neu.ccs.demeter.aplib.IncompatibleClassGraphsException implements Serializable

Class edu.neu.ccs.demeter.aplib.NoSuchClassGraphEdgeException implements Serializable

Serialized Fields

label

String label

Class edu.neu.ccs.demeter.aplib.NoSuchClassGraphEdgeLabelException implements Serializable

Serialized Fields

label

String label

Class edu.neu.ccs.demeter.aplib.NoSuchClassGraphNodeException implements Serializable

Serialized Fields

node

Object node

Class edu.neu.ccs.demeter.aplib.TraversalException implements Serializable


Package edu.neu.ccs.demeter.aplib.cd

Class edu.neu.ccs.demeter.aplib.cd.ParseException implements Serializable

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

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

String eol
The end of line string for this machine.

Class edu.neu.ccs.demeter.aplib.cd.TokenMgrError implements Serializable

Serialized Fields

errorCode

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


Package edu.neu.ccs.demeter.aplib.sg

Class edu.neu.ccs.demeter.aplib.sg.ParseException implements Serializable

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

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

String eol
The end of line string for this machine.

Class edu.neu.ccs.demeter.aplib.sg.TokenMgrError implements Serializable

Serialized Fields

errorCode

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


Package edu.neu.ccs.demeter.dj

Class edu.neu.ccs.demeter.dj.FetchException implements Serializable

Class edu.neu.ccs.demeter.dj.IncompatibleClassGraphsException implements Serializable

Class edu.neu.ccs.demeter.dj.StrategyParseException implements Serializable

Class edu.neu.ccs.demeter.dj.TraversalException implements Serializable

Class edu.neu.ccs.demeter.dj.TraversalSourceException implements Serializable

Class edu.neu.ccs.demeter.dj.VisitorMethodException implements Serializable

Serialized Fields

exception

Throwable exception
The exception thrown by the visitor method.