Serialized Form

Class Case implements Serializable

Serialized Fields

_caseFrame

Frame _caseFrame

_frameMap

HashtableStack _frameMap

_variableMap

HashtableStack _variableMap

_result

java.util.Vector _result


Class CaseLibrary implements Serializable

Serialized Fields

_organ

java.util.Hashtable _organ


Class DefinedType implements Serializable

Serialized Fields

_underlyingType

jex.Type _underlyingType

_name

java.lang.String _name


Class DefinedTypeDoesNotExist implements Serializable


Class DefinedTypeInstance implements Serializable

Serialized Fields

_definedType

DefinedType _definedType

_value

java.lang.Object _value


Class EnumSymbol implements Serializable

Serialized Fields

_symbol

java.lang.String _symbol


Class FailMatch implements Serializable


Class FILString implements Serializable

Serialized Fields

_string

java.lang.String _string


Class Frame implements Serializable

Serialized Fields

_frameRep

OrderedHashtable _frameRep

_slotsSetDirectly

java.util.Hashtable _slotsSetDirectly

_frameClass

FrameClass _frameClass

_number

int _number

_caseProblemPart

boolean _caseProblemPart

_fromInputModel

boolean _fromInputModel


Class FrameClass implements Serializable

Serialized Fields

_underlyingEntity

jex.Entity _underlyingEntity

_name

java.lang.String _name

_instances

java.util.Vector _instances

_anyInputModelFrames

boolean _anyInputModelFrames

_superClasses

java.util.Vector _superClasses

_subClasses

java.util.Vector _subClasses

_slots

java.util.Vector _slots

_slotIndex

java.util.Hashtable _slotIndex


Class FrameClassDoesNotExist implements Serializable


Class FrameTemplate implements Serializable

Serialized Fields

_frameRep

java.util.Hashtable _frameRep

_slots

java.util.Vector _slots

_frameClass

FrameClass _frameClass

_jClass

java.lang.Class _jClass

_jId

java.lang.String _jId


Class HashtableStack implements Serializable

Serialized Fields

_stack

java.util.Vector _stack


Class IndexHTML implements Serializable


Class InvalidFrameClass implements Serializable


Class InvalidSlot implements Serializable


Class InvocationList implements Serializable


Class Logical implements Serializable

Serialized Fields

_value

int _value


Class MethodCall implements Serializable

Serialized Fields

_methodName

java.lang.String _methodName

_parameterTypes

java.lang.Class[] _parameterTypes

_actualParameters

java.lang.Object[] _actualParameters


Class Null implements Serializable


Class OrderedHashtable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException


Class OrderedVector implements Serializable


Class 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

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 Slot implements Serializable

Serialized Fields

_underlyingAttribute

jex.Attribute _underlyingAttribute

_name

java.lang.String _name

_frameClassDeclaredIn

FrameClass _frameClassDeclaredIn

_type

jex.AbstractType _type

_isAggType

boolean _isAggType

_isOptional

boolean _isOptional

_convertEmptyToNull

boolean _convertEmptyToNull

_ignore

boolean _ignore


Class Tabulate implements Serializable


Class TabulateHTML implements Serializable


Class 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.


Class UnorderedVector implements Serializable


Class Variable implements Serializable

Serialized Fields

_name

java.lang.String _name