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.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.NodeRenderer implements Serializable


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.NodeRenderer implements Serializable


Package edu.mit.ai.psg.jexa

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

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

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

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

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

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

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

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

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


Package edu.mit.ai.psg.jexa.awt

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

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

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

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

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

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

Serialized Fields

myObject

Object myObject


Package edu.mit.ai.psg.traveler

Class edu.mit.ai.psg.traveler.TravelerActivityRenderer implements Serializable

Class edu.mit.ai.psg.traveler.TravelerBiographyRenderer implements Serializable

Class edu.mit.ai.psg.traveler.TravelerCallRenderer implements Serializable

Serialized Fields

resultRenderer

TravelerCallRenderer.ResultRenderer resultRenderer
holds the renderer used for result partner nodes

Class edu.mit.ai.psg.traveler.TravelerCallRenderer.ResultRenderer implements Serializable

Serialized Fields

this$0

TravelerCallRenderer this$0


Package edu.mit.ai.psg.ui.outliner

Class edu.mit.ai.psg.ui.outliner.CallOutlineNodeDefault implements Serializable

Serialized Fields

callPartner

CallOutlineNode callPartner

isInvocation

boolean isInvocation

Class edu.mit.ai.psg.ui.outliner.CallOutlineRendererCaching implements Serializable

Class edu.mit.ai.psg.ui.outliner.CallOutlineRendererDefault implements Serializable

Class edu.mit.ai.psg.ui.outliner.OutlineModel implements Serializable

Class edu.mit.ai.psg.ui.outliner.OutlineModel.HiddenRootNode implements Serializable

Serialized Fields

myModel

OutlineModel myModel

Class edu.mit.ai.psg.ui.outliner.OutlineNodeDefault implements Serializable

Serialized Fields

isLeaf

boolean isLeaf

myChildrenAreComputed

boolean myChildrenAreComputed

myLabel

Object myLabel

myRenderer

OutlineRenderer myRenderer

Class edu.mit.ai.psg.ui.outliner.OutlineRendererCaching implements Serializable

Serialized Fields

labelTextCache

Map labelTextCache
cache for label texts

objectTextCache

Map objectTextCache
cache for object texts

toolTipTextCache

Map toolTipTextCache
cache for toolTip texts

Class edu.mit.ai.psg.ui.outliner.OutlineRendererDefault implements Serializable

Serialized Fields

defaultToolTipText

String defaultToolTipText
"mouse-R: menu"; tailor for platforms that recognize different gesture for MouseEvent.isPopupTrigger() (e.g., one button MacOS). Default is localizable via the edu.mit.ai.psg.ui.outliner.OutlinerBundle property "mouse-R\:\ menu"

labelComponent

Component labelComponent
default value is a JTextArea for rendering label

myOutlineMaker

OutlineMaker myOutlineMaker
OutlineMaker to use for looking up renderers for making children

objectComponent

Component objectComponent
default value is a JTextArea for rendering object via toString()

Class edu.mit.ai.psg.ui.outliner.OutlineRendererDefault.OutlineText implements Serializable


Package edu.mit.ai.psg.ui.outliner.awt

Class edu.mit.ai.psg.ui.outliner.awt.OutlineTree implements Serializable

Serialized Fields

button

edu.mit.ai.psg.ui.outliner.awt.ExpanderButton button

doubleClickListener

MouseListener doubleClickListener

isExpanded

boolean isExpanded

Class edu.mit.ai.psg.ui.outliner.awt.VerticalList implements Serializable


Package edu.mit.ai.psg.ui.patches

Class edu.mit.ai.psg.ui.patches.CloseableFrame implements Serializable

Class edu.mit.ai.psg.ui.patches.FlowLayout implements Serializable

Class edu.mit.ai.psg.ui.patches.FrameableApplet implements Serializable


Package edu.mit.ai.psg.utilities

Class edu.mit.ai.psg.utilities.HashedSet implements Serializable


Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu