Serialized Form
area
IOTextArea area
doc
OutputDocument doc
readEnd
java.io.PipedReader readEnd
writeEnd
java.io.PipedWriter writeEnd
writer
java.io.Writer writer
outputPos
javax.swing.text.Position outputPos
Class jlib.EditArea extends java.awt.TextArea implements Serializable |
state
int state
currentExpr
java.lang.String currentExpr
matchHandler
Procedure matchHandler
handler
Procedure handler
handler
Procedure handler
C
java.awt.Component C
GENERAL
int GENERAL
ACTION
int ACTION
MOUSE
int MOUSE
eventmask
int eventmask
whichcode
int whichcode
whichtype
int whichtype
frame
Pair frame
dynEnv
DynamicEnvironment dynEnv
whichcode
int whichcode
whichtype
int whichtype
frame
Pair frame
dynEnv
DynamicEnvironment dynEnv
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
whichcode
int whichcode
whichtype
int whichtype
frame
Pair frame
dynEnv
DynamicEnvironment dynEnv
whichcode
int whichcode
whichtype
int whichtype
frame
Pair frame
dynEnv
DynamicEnvironment dynEnv
evaluator
Evaluator evaluator
contents
java.lang.Object contents
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
exception
java.lang.Throwable exception
args
java.lang.Object[] args
lexenv
LexicalEnvironment lexenv
body
java.lang.Object body
lexenv
LexicalEnvironment lexenv
parms
java.lang.Object parms
whichcode
int whichcode
whichtype
int whichtype
frame
Pair frame
dynEnv
DynamicEnvironment dynEnv
cc
java.lang.RuntimeException cc
value
java.lang.Object value
lockedDown
boolean lockedDown
- Is this locked down so it can't be changed?
rep
java.util.Hashtable<K,V> rep
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- When deserialized, add yourself to the interaction environment
and give it a value if you have one.
- Throws:
java.io.ObjectStreamException
name
Symbol name
value
java.lang.Object value
exit
boolean exit
- Should REP Loop exit?
INTERRUPTABLE
boolean INTERRUPTABLE
- Is execution interruptable.
interactionEnvironment
DynamicEnvironment interactionEnvironment
INITIAL_ENVIRONMENT
DynamicEnvironment INITIAL_ENVIRONMENT
nameResults
boolean nameResults
- If true, results of REPL evaluations are named (e.g. $3) for
future reference.
methodTable
java.lang.Object[] methodTable
className
java.lang.String className
isStatic
boolean isStatic
methodClass
java.lang.String methodClass
isStatic
boolean isStatic
isSpecific
boolean isSpecific
- Do we know the Class that this method applies to?
contents
java.lang.Object contents
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
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
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.Pair extends java.lang.Object implements Serializable |
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
first
java.lang.Object first
- The first element of the pair.
rest
java.lang.Object rest
- The other element of the pair.
opcode
int opcode
name
java.lang.String name
minArgs
int minArgs
maxArgs
int maxArgs
method
java.lang.reflect.Constructor<T> method
method
java.lang.reflect.Method method
readResolve
protected java.lang.Object readResolve()
isPrivileged
boolean isPrivileged
init
Symbol init
start
Symbol start
stop
Symbol stop
destroy
Symbol destroy
Class jsint.Symbol extends java.lang.Object implements Serializable |
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
name
java.lang.String name
Class jsint.Values extends java.lang.Object implements Serializable |
rep
Pair rep