Serialized Form


Package edu.mit.ai.psg.jeva

Class edu.mit.ai.psg.jeva.AbruptCompletionException implements Serializable

Class edu.mit.ai.psg.jeva.BreakException implements Serializable

Serialized Fields

label

String label

Class edu.mit.ai.psg.jeva.ContinueException implements Serializable

Serialized Fields

label

String label

Class edu.mit.ai.psg.jeva.EvalMethods.EvalHookError implements Serializable

Serialized Fields

data

EvalMethods.EvalHookData data

Class edu.mit.ai.psg.jeva.EvaluatingError implements Serializable

Serialized Fields

environment

IEnv environment

error

Throwable error

node

IJevaNode node

Class edu.mit.ai.psg.jeva.GenerateRepresentationClass.GeneratingError implements Serializable

Serialized Fields

error

Throwable error

node

IJevaNode node

Class edu.mit.ai.psg.jeva.IllegalConstructException implements Serializable

Serialized Fields

explanation

String explanation

Class edu.mit.ai.psg.jeva.IllegalNameException implements Serializable

Serialized Fields

explanation

String explanation

Class edu.mit.ai.psg.jeva.IllegalTypeException implements Serializable

Serialized Fields

explanation

String explanation

Class edu.mit.ai.psg.jeva.ParseException implements Serializable

Serialized Fields

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.

eol

String eol
The end of line string for this machine.

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.

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

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.

Class edu.mit.ai.psg.jeva.ReturnException implements Serializable

Serialized Fields

value

Object value

Class edu.mit.ai.psg.jeva.ThrowException implements Serializable

Serialized Fields

thrown

Throwable thrown

Class edu.mit.ai.psg.jeva.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 edu.mit.ai.psg.jeva.VerifyingError implements Serializable

Serialized Fields

environment

IEnv environment

error

Throwable error

node

IJevaNode node

Class edu.mit.ai.psg.jeva.VerifyingException implements Serializable

Serialized Fields

environment

IEnv environment

node

IJevaNode node


Package edu.mit.ai.psg.jevaES

Class edu.mit.ai.psg.jevaES.AbruptCompletionException implements Serializable

Class edu.mit.ai.psg.jevaES.BreakException implements Serializable

Serialized Fields

label

String label

Class edu.mit.ai.psg.jevaES.ContinueException implements Serializable

Serialized Fields

label

String label

Class edu.mit.ai.psg.jevaES.EvaluatingError implements Serializable

Serialized Fields

environment

IEnv environment

error

Throwable error

node

IJevaNode node

Class edu.mit.ai.psg.jevaES.IllegalConstructException implements Serializable

Serialized Fields

explanation

String explanation

Class edu.mit.ai.psg.jevaES.IllegalNameException implements Serializable

Serialized Fields

explanation

String explanation

Class edu.mit.ai.psg.jevaES.IllegalTypeException implements Serializable

Serialized Fields

explanation

String explanation

Class edu.mit.ai.psg.jevaES.ParseException implements Serializable

Serialized Fields

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.

eol

String eol
The end of line string for this machine.

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.

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

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.

Class edu.mit.ai.psg.jevaES.ReturnException implements Serializable

Serialized Fields

value

Object value

Class edu.mit.ai.psg.jevaES.ThrowException implements Serializable

Serialized Fields

thrown

Throwable thrown

Class edu.mit.ai.psg.jevaES.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 edu.mit.ai.psg.jevaES.VerifyingError implements Serializable

Serialized Fields

environment

IEnv environment

error

Throwable error

node

IJevaNode node

Class edu.mit.ai.psg.jevaES.VerifyingException implements Serializable

Serialized Fields

environment

IEnv environment

node

IJevaNode node


Package edu.mit.ai.psg.jevaESUI

Class edu.mit.ai.psg.jevaESUI.JevaESGUI implements Serializable

Class edu.mit.ai.psg.jevaESUI.JevaESGUIFrame implements Serializable

Serialized Fields

listener

edu.mit.ai.psg.jevaESUI.JevaESGUIListener listener

Class edu.mit.ai.psg.jevaESUI.JevaESGUIPanel implements Serializable

Serialized Fields

listener

edu.mit.ai.psg.jevaESUI.JevaESGUIListener listener

Class edu.mit.ai.psg.jevaESUI.NodeOutline implements Serializable

Serialized Fields

myObject

Node myObject


Package edu.mit.ai.psg.jevaUI

Class edu.mit.ai.psg.jevaUI.JevaGUI implements Serializable

Class edu.mit.ai.psg.jevaUI.JevaGUIFrame implements Serializable

Serialized Fields

listener

edu.mit.ai.psg.jevaUI.JevaGUIListener listener

Class edu.mit.ai.psg.jevaUI.JevaGUIPanel implements Serializable

Serialized Fields

listener

edu.mit.ai.psg.jevaUI.JevaGUIListener listener

Class edu.mit.ai.psg.jevaUI.NodeOutline implements Serializable

Serialized Fields

myObject

Node myObject


Package edu.mit.ai.psg.jexa

Class edu.mit.ai.psg.jexa.BeanOutline implements Serializable

Class edu.mit.ai.psg.jexa.ClassOutline implements Serializable

Class edu.mit.ai.psg.jexa.CollectionOutline implements Serializable

Class edu.mit.ai.psg.jexa.DictionaryOutline implements Serializable

Class edu.mit.ai.psg.jexa.ListOutline implements Serializable

Class edu.mit.ai.psg.jexa.MapOutline implements Serializable

Class edu.mit.ai.psg.jexa.ObjectOutline implements Serializable

Serialized Fields

myObject

Object myObject


Package edu.mit.ai.psg.ui.outlines

Class edu.mit.ai.psg.ui.outlines.OutlineTree implements Serializable

Serialized Fields

button

edu.mit.ai.psg.ui.outlines.ExpanderButton button

doubleClickListener

MouseListener doubleClickListener

isExpanded

boolean isExpanded

Class edu.mit.ai.psg.ui.outlines.VerticalList implements Serializable


Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-bugs@ai.mit.edu