Serialized Form
Class Case implements Serializable |
_caseFrame
Frame _caseFrame
_frameMap
HashtableStack _frameMap
_variableMap
HashtableStack _variableMap
_result
java.util.Vector _result
_organ
java.util.Hashtable _organ
_underlyingType
jex.Type _underlyingType
_name
java.lang.String _name
_definedType
DefinedType _definedType
_value
java.lang.Object _value
_symbol
java.lang.String _symbol
_string
java.lang.String _string
Class Frame implements Serializable |
_frameRep
OrderedHashtable _frameRep
_slotsSetDirectly
java.util.Hashtable _slotsSetDirectly
_frameClass
FrameClass _frameClass
_number
int _number
_caseProblemPart
boolean _caseProblemPart
_fromInputModel
boolean _fromInputModel
_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
_frameRep
java.util.Hashtable _frameRep
_slots
java.util.Vector _slots
_frameClass
FrameClass _frameClass
_jClass
java.lang.Class _jClass
_jId
java.lang.String _jId
_stack
java.util.Vector _stack
Class Logical implements Serializable |
_value
int _value
_methodName
java.lang.String _methodName
_parameterTypes
java.lang.Class[] _parameterTypes
_actualParameters
java.lang.Object[] _actualParameters
Class Null implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
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 |
_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
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
_name
java.lang.String _name