Serialized Form


Package interact

Class interact.IOTextArea implements Serializable

Serialized Fields

area

IOTextArea area

doc

OutputDocument doc

readEnd

java.io.PipedReader readEnd

writeEnd

java.io.PipedWriter writeEnd

writer

java.io.Writer writer

Class interact.OutputDocument implements Serializable

Serialized Fields

outputPos

javax.swing.text.Position outputPos


Package jlib

Class jlib.EditArea implements Serializable

Serialized Fields

state

int state

currentExpr

java.lang.String currentExpr

matchHandler

Procedure matchHandler

Class jlib.EventFrame implements Serializable

Serialized Fields

handler

Procedure handler

Class jlib.EventPanel implements Serializable

Serialized Fields

handler

Procedure handler

C

java.awt.Component C

GENERAL

int GENERAL

ACTION

int ACTION

MOUSE

int MOUSE

eventmask

int eventmask

Class jlib.JLIB implements Serializable

Serialized Fields

whichcode

int whichcode

whichtype

int whichtype

frame

Pair frame

dynEnv

DynamicEnvironment dynEnv

Class jlib.Networking implements Serializable

Serialized Fields

whichcode

int whichcode

whichtype

int whichtype

frame

Pair frame

dynEnv

DynamicEnvironment dynEnv

Class jlib.SchemeCanvas implements Serializable

Serialized Fields

buffer

java.awt.Image buffer

bufferg

java.awt.Graphics bufferg

width

int width

height

int height

bufferwidth

int bufferwidth

bufferheight

int bufferheight

paintHandler

Procedure paintHandler

size

java.awt.Dimension size

Class jlib.SNLP implements Serializable

Serialized Fields

whichcode

int whichcode

whichtype

int whichtype

frame

Pair frame

dynEnv

DynamicEnvironment dynEnv

Class jlib.Swing implements Serializable

Serialized Fields

whichcode

int whichcode

whichtype

int whichtype

frame

Pair frame

dynEnv

DynamicEnvironment dynEnv


Package jscheme

Class jscheme.SchemeException implements Serializable

Serialized Fields

contents

java.lang.Object contents


Package jschemeweb

Class jschemeweb.SchemeServlet implements Serializable

Serialized Fields

do_service

Procedure do_service

do_delete

Procedure do_delete

do_get

Procedure do_get

do_options

Procedure do_options

do_post

Procedure do_post

do_put

Procedure do_put

do_trace

Procedure do_trace

do_destroy

Procedure do_destroy


Package jsint

Class jsint.BacktraceException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception

args

java.lang.Object[] args

lexenv

LexicalEnvironment lexenv

Class jsint.Closure implements Serializable

Serialized Fields

body

java.lang.Object body

lexenv

LexicalEnvironment lexenv

parms

java.lang.Object parms

Class jsint.Compile implements Serializable

Serialized Fields

whichcode

int whichcode

whichtype

int whichtype

frame

Pair frame

dynEnv

DynamicEnvironment dynEnv

Class jsint.Continuation implements Serializable

Serialized Fields

cc

java.lang.RuntimeException cc

value

java.lang.Object value

Class jsint.DynamicEnvironment implements Serializable

Serialized Fields

lockedDown

boolean lockedDown
Is this locked down so it can't be changed?

rep

java.util.Hashtable rep

Class jsint.DynamicVariable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

name

Symbol name

value

java.lang.Object value

Class jsint.Generic implements Serializable

Serialized Fields

methodTable

java.lang.Object[] methodTable

Class jsint.JavaConstructor implements Serializable

Class jsint.JavaField implements Serializable

Serialized Fields

className

java.lang.String className

isStatic

boolean isStatic

Class jsint.JavaMethod implements Serializable

Serialized Fields

methodClass

java.lang.String methodClass

isStatic

boolean isStatic

isSpecific

boolean isSpecific

Class jsint.JschemeThrowable implements Serializable

Serialized Fields

contents

java.lang.Object contents

Class jsint.LexicalEnvironment implements Serializable

Serialized Fields

parent

LexicalEnvironment parent
The parent LexicalEnvironment: where you look if you can't find a variable.

vars

java.lang.Object vars
A list of variables in this env. May be dotted or a lone symbol.

vals

java.lang.Object[] vals
An array of values in a 1-1 correspondance with the vars.

isNullEnv

boolean isNullEnv

Class jsint.LocalVariable implements Serializable

Serialized Fields

up

int up
The number of levels up in the parent chain where the variable is.

in

int in
The ordinal position in the environment where the variable is.

name

Symbol name
The name of the variable (for debugging purposes only).

Class jsint.Macro implements Serializable

Class jsint.Pair implements Serializable

Serialized Fields

first

java.lang.Object first
The first element of the pair.

rest

java.lang.Object rest
The other element of the pair.

Class jsint.Primitive implements Serializable

Serialized Fields

opcode

int opcode

Class jsint.Procedure implements Serializable

Serialized Fields

name

java.lang.String name

minArgs

int minArgs

maxArgs

int maxArgs

Class jsint.RawConstructor implements Serializable

Serialized Fields

method

java.lang.reflect.Constructor method

Class jsint.RawMethod implements Serializable

Serialized Fields

method

java.lang.reflect.Method method

Class jsint.Reflector implements Serializable

Serialized Fields

canAccessPrivateData

boolean canAccessPrivateData

Class jsint.SchemeApplet implements Serializable

Serialized Fields

init

Symbol init

start

Symbol start

stop

Symbol stop

destroy

Symbol destroy

Class jsint.StaticReflector implements Serializable

Class jsint.Symbol implements Serializable

Serialized Fields

name

java.lang.String name

Class jsint.Values implements Serializable

Serialized Fields

rep

Pair rep