A B C D E F G H I J L M N O P Q R S T U V W Y Z

A

addUser(String) - Method in class org.hprog.code.ChatFrame
Add a user to the session users list
addUser(String, CodeProtocol) - Method in class org.hprog.code.CodeSession
Add a user/connection pair to this session
admin - Variable in class org.hprog.code.CodeProtocol
Is this a client-to-server connection belonging to an operator?
ADMIN - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to declare a user an operator, and server-to-client command to notify that a user has become an operator.
adminName(String) - Method in class org.hprog.code.ChatFrame
Checks if a string is the marked-up handle of an operator
ALIVE - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to indicate that the connection is alive.
ALIVE_PERIOD - Static variable in class org.hprog.code.CodeApplication
Number of milliseconds between sending automatic keep-alives to the server
annotated(Value) - Static method in class sisc.util.Util
 
app - Variable in class org.hprog.code.InterpFrame
 
append(Pair, Pair) - Static method in class sisc.util.Util
 
APPEVAL - Static variable in class sisc.util.Util
 
argCheck(Pair, int) - Static method in class sisc.util.Util
 
argsToSymbols(Pair) - Static method in class sisc.util.Util
 
arraycopy(Object[], Object[], int) - Static method in class sisc.util.Util
 
AUTH - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to request operator status.
AuthFrame - class org.hprog.code.AuthFrame.
Window used for authentication as a system-wide admin.
AuthFrame(CodeProtocol) - Constructor for class org.hprog.code.AuthFrame
 

B

BACKQUOTE - Static variable in class sisc.util.Util
 
becomeEditor() - Method in class org.hprog.code.RemoteInterpFrame
 
becomeEditor() - Method in class org.hprog.code.InterpFrame
Call when the local user becomes the editor
becomeEditor() - Static method in class org.hprog.code.CodeFrame
Call when the local user becomes editor
becomeEditor(String) - Method in class org.hprog.code.ChatFrame
Call when the local user becomes the editor
BEGIN - Static variable in class sisc.util.Util
 
box(Value) - Static method in class sisc.util.Util
 

C

cancel() - Method in class org.hprog.code.InterpreterLimiter
Cancel this limiter, so that the target interpreter won't be interrupted after all
CARET - Static variable in class org.hprog.code.CodeProtocol
Either-way command to indicate the caret position in a shared source file.
character(Value) - Static method in class sisc.util.Util
 
CHAT - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to send a chat line, and server-to-client command to relay a line to appear in chat logs.
ChatFrame - class org.hprog.code.ChatFrame.
Window for IRC-style chat within a session.
ChatFrame(CodeApplication) - Constructor for class org.hprog.code.ChatFrame
 
chr(Value) - Static method in class sisc.util.Util
 
clearUsers() - Method in class org.hprog.code.ChatFrame
Clear the session user list
CLOSE - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to request deleting the session.
close() - Method in class org.hprog.code.CodeSession
Delete this session, closing all connections associated with it
close() - Method in class org.hprog.code.CodeProtocol
Close the connection
CodeApplet - class org.hprog.code.CodeApplet.
Applet that runs the client application in a new window.
CodeApplet() - Constructor for class org.hprog.code.CodeApplet
 
CodeApplication - class org.hprog.code.CodeApplication.
The main workhorse class for a client program
CodeApplication(URL, Component, JDesktopPane, String, int, String, String, String, String, boolean) - Constructor for class org.hprog.code.CodeApplication
Only constructor
CodeFrame - class org.hprog.code.CodeFrame.
Window for viewing and editing shared source files.
CodeProtocol - class org.hprog.code.CodeProtocol.
A TCP connection to a client or server.
CodeProtocol.Exn - exception org.hprog.code.CodeProtocol.Exn.
Exception for network errors.
CodeProtocol.Exn(Exception) - Constructor for class org.hprog.code.CodeProtocol.Exn
 
CodeProtocol(Socket) - Constructor for class org.hprog.code.CodeProtocol
 
CodeServer - class org.hprog.code.CodeServer.
Main class for daemon
CodeServer() - Constructor for class org.hprog.code.CodeServer
 
CodeSession - class org.hprog.code.CodeSession.
Shared sessions
CodeThread - class org.hprog.code.CodeThread.
Network communication thread for a particular client
CodeThread(Socket) - Constructor for class org.hprog.code.CodeThread
 
CodeWindow - class org.hprog.code.CodeWindow.
Window for displaying the client application
CodeWindow(CodeApplication) - Constructor for class org.hprog.code.CodeWindow
 
cont(Value) - Static method in class sisc.util.Util
 
create(URL, String) - Static method in class org.hprog.code.InterpreterFactory
Create an interpreters by constructing an appropriate InteractiveInterpreter instance with a base URL as its sole constructor parameter
createFile(String, String) - Method in class org.hprog.code.CodeSession
Request the creation of a new file, with an access check
currentClassLoader() - Static method in class sisc.util.Util
 

D

DEFAULT_SYNOPSIS_LENGTH - Static variable in class sisc.util.Defaults
 
Defaults - class sisc.util.Defaults.
Overrides SISC settings to allow in-applet interpretation
Defaults() - Constructor for class sisc.util.Defaults
 
desc - Variable in class org.hprog.code.CodeSession
Description of this session
disableLocalInterrupt() - Method in class org.hprog.code.CodeApplication
Configure menus to disable interrupting the local interpreter
done(String) - Method in interface org.hprog.code.ResultListener
 

E

EDITOR - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to set a new editor, and server-to-client command to notify of a new editor.
editorName(String) - Method in class org.hprog.code.ChatFrame
Checks if a string is the marked-up handle of an editor
EMPTYLIST - Static variable in class sisc.util.Util
 
enableLocalInterrupt() - Method in class org.hprog.code.CodeApplication
Configure menus to enable interrupting the local interpreter
env(Value) - Static method in class sisc.util.Util
 
ENVVARS - Static variable in class sisc.util.Util
 
EOF - Static variable in class sisc.util.Util
 
ERR - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to indicate that an error has occurred.
error(Interpreter, String) - Static method in class sisc.util.Util
 
error(Interpreter, Value) - Static method in class sisc.util.Util
 
error(Interpreter, Value, String) - Static method in class sisc.util.Util
 
ERRORK - Static variable in class sisc.util.Util
 
errorText(Value) - Method in class org.hprog.code.SchemeInterpreter
 
eval(String) - Method in class org.hprog.code.CodeSession
Evaluate an expression in the interpreter.
eval(String, ResultListener) - Method in class org.hprog.code.SchemeInterpreter
 
eval(String, ResultListener) - Method in interface org.hprog.code.InteractiveInterpreter
Evaluate an expression/command
ExpressionVisitee - interface sisc.util.ExpressionVisitee.
 
ExpressionVisitor - interface sisc.util.ExpressionVisitor.
 
EXPSC - Static variable in class sisc.util.Util
 
EXPTOP - Static variable in class sisc.util.Util
 

F

FALSE - Static variable in class sisc.util.Util
 
FCONT - Static variable in class sisc.util.Util
 
FILE - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to give the contents of an existing shared source file.
FIVE - Static variable in class sisc.util.Util
 
fromString(Value) - Method in class org.hprog.code.SchemeInterpreter
 
fromSymbol(Value) - Method in class org.hprog.code.SchemeInterpreter
 

G

get(String, String, String) - Static method in class org.hprog.code.CodeSession
Get a session by name
getContents() - Method in class org.hprog.code.InputFile
Get file text
getEditor() - Method in class org.hprog.code.CodeSession
Get the current editor's handle
getFiles() - Method in class org.hprog.code.CodeSession
Get map from shared filenames to their String contents
getLanguage() - Method in class org.hprog.code.SchemeInterpreter
 
getLanguage() - Method in interface org.hprog.code.InteractiveInterpreter
The language this interpreter interprets
getMenuBar() - Method in class org.hprog.code.CodeApplication
Get the menu bar in use
getName() - Method in class org.hprog.code.SchemeInterpreter
 
getName() - Method in interface org.hprog.code.InteractiveInterpreter
The name of the implementation
getName() - Method in class org.hprog.code.InputFile
Get file name
getSystemProperty(String, String) - Static method in class sisc.util.Util
 
getText(String) - Method in class org.hprog.code.CodeApplication
Get the text of a shared source file
getUser(String) - Method in class org.hprog.code.CodeSession
Get the connection associated with a user
getUsers() - Method in class org.hprog.code.CodeSession
Get map from user handles to their connections

H

hasEditor() - Method in class org.hprog.code.CodeSession
Is there currently an editor in this session?
history - Variable in class org.hprog.code.InterpFrame
 
historyPos - Variable in class org.hprog.code.InterpFrame
 
HOST - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command giving a user's Internet hostname.
hostname() - Method in class org.hprog.code.CodeProtocol
Get hostname of remote end

I

idle - Variable in class org.hprog.code.CodeProtocol
How long has this client been idle?
IDLE - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to indicate how long a user has been idle.
INFO - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command requesting information on a user.
init() - Static method in class org.hprog.code.CodeFrame
Call to initialize lookup of CodeWindows
init() - Method in class org.hprog.code.CodeApplet
 
init(URL) - Static method in class org.hprog.code.InterpreterFactory
 
inport(Value) - Static method in class sisc.util.Util
 
input - Variable in class org.hprog.code.InterpFrame
 
InputFile - class org.hprog.code.InputFile.
A named source file
InputFile(String, String) - Constructor for class org.hprog.code.InputFile
 
inputLine(String) - Method in class org.hprog.code.RemoteInterpFrame
 
inputLine(String) - Method in class org.hprog.code.LocalInterpFrame
 
inputLine(String) - Method in class org.hprog.code.InterpFrame
 
inputReady - Variable in class org.hprog.code.InterpFrame
 
INSERT - Static variable in class org.hprog.code.CodeProtocol
Either-way command indicating an insertion in a shared source file.
insertText(String, int, String) - Method in class org.hprog.code.CodeApplication
Insert text into a shared source file
insertText(String, String, int, String) - Method in class org.hprog.code.CodeSession
Request insertion of text into a shared source file
InteractiveInterpreter - interface org.hprog.code.InteractiveInterpreter.
An interactive programming language interpreter
interp - Variable in class org.hprog.code.LocalInterpFrame
 
INTERP_IN - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to make a query to the remote interpreter, and server-to-client command to notify clients of a pending query.
INTERP_OUT - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to notify of the result of a remote interpreter query.
InterpFrame - class org.hprog.code.InterpFrame.
A window for controlling an interpreter and/or displaying its output
InterpFrame(CodeApplication) - Constructor for class org.hprog.code.InterpFrame
 
InterpreterFactory - class org.hprog.code.InterpreterFactory.
Creates interpreters by loading classes by name based on languages requested
InterpreterFactory() - Constructor for class org.hprog.code.InterpreterFactory
 
InterpreterLimiter - class org.hprog.code.InterpreterLimiter.
Automatically interrupts an InteractiveInterpreter after a given time-out
InterpreterLimiter(InteractiveInterpreter) - Constructor for class org.hprog.code.InterpreterLimiter
Interrupts an interpreter after LIMIT milliseconds
InterpreterLimiter(InteractiveInterpreter, long) - Constructor for class org.hprog.code.InterpreterLimiter
Interrupts an interpreter after a specified time-out
INTERRUPT - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to request interrupting the remote interpreter.
interrupt() - Method in class org.hprog.code.SchemeInterpreter
 
interrupt() - Method in class org.hprog.code.LocalInterpFrame
 
interrupt() - Method in interface org.hprog.code.InteractiveInterpreter
Request that evaluation be ended early
interrupt() - Method in class org.hprog.code.CodeSession
Interrupt current interpreter execution
isAdmin(String) - Method in class org.hprog.code.CodeSession
Check if a user is an operator
isEditor(String) - Method in class org.hprog.code.CodeSession
Is a user the editor or an operator?

J

JOIN - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command indicating that a new user has joined the session.
justify(String, int, char) - Static method in class sisc.util.Util
 

L

LAMBDA - Static variable in class sisc.util.Util
 
lang - Variable in class org.hprog.code.CodeSession
Language used in this session
languages() - Static method in class org.hprog.code.InterpreterFactory
Iterator for all language names supported
length(Pair) - Static method in class sisc.util.Util
 
liMessage(Symbol, String) - Static method in class sisc.util.Util
 
liMessage(Symbol, String, Object[]) - Static method in class sisc.util.Util
 
liMessage(Symbol, String, String) - Static method in class sisc.util.Util
 
liMessage(Symbol, String, String, int, int) - Static method in class sisc.util.Util
 
liMessage(Symbol, String, String, String) - Static method in class sisc.util.Util
 
LIMIT - Static variable in class org.hprog.code.InterpreterLimiter
Default time limit, in milliseconds
list(Value) - Static method in class sisc.util.Util
 
list(Value, Value) - Static method in class sisc.util.Util
 
list(Value, Value, Value) - Static method in class sisc.util.Util
 
LOAD - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to request loading all source files into the remote interpreter.
load() - Method in class org.hprog.code.RemoteInterpFrame
Request that the remote interpreter load all source files
load() - Method in class org.hprog.code.CodeSession
Load all source files into the interpreter
load(Iterator) - Method in class org.hprog.code.LocalInterpFrame
Load source files into interpreter
load(Iterator, ResultListener) - Method in class org.hprog.code.SchemeInterpreter
 
load(Iterator, ResultListener) - Method in interface org.hprog.code.InteractiveInterpreter
Load source files into the interpreter
LOADING - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to indicate that source files are being loaded into the remote interpreter.
LocalInterpFrame - class org.hprog.code.LocalInterpFrame.
Window for controlling a local interpreter
LocalInterpFrame(CodeApplication, InteractiveInterpreter) - Constructor for class org.hprog.code.LocalInterpFrame
 
LOCATION - Static variable in class sisc.util.Util
 
log - Variable in class org.hprog.code.InterpFrame
 
log(String) - Method in class org.hprog.code.InterpFrame
Append text to the log
log(String) - Method in class org.hprog.code.ChatFrame
Append text to the chat log
LOGIN - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to choose a handle.
logln(String) - Method in class org.hprog.code.InterpFrame
Append a line of text to the log
logln(String) - Method in class org.hprog.code.CodeApplication
Log a line of text to the chat window
logln(String) - Method in class org.hprog.code.ChatFrame
Append a line of text to the chat log
logQuery(String) - Method in class org.hprog.code.InterpFrame
Log a line of input text
logResult(String) - Method in class org.hprog.code.RemoteInterpFrame
 
logSend(String) - Method in class org.hprog.code.InterpFrame
Log a query that the user has entered as editor

M

main(String[]) - Static method in class org.hprog.code.CodeServer
Reads "passwords" file in current diectory to determine usernames and passwords for requesting operator status.
makeAdmin(String) - Method in class org.hprog.code.ChatFrame
Make a user an operator
makeAdmin(String, String) - Method in class org.hprog.code.CodeSession
Try to make a user an operator, with an access check
makeEditor(String, String) - Method in class org.hprog.code.CodeSession
Try to make a user the editor, with an access check
MESSAGE - Static variable in class sisc.util.Util
 

N

NAME - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to indicate the initial presence of a user in the session.
NAME - Static variable in class sisc.util.Util
 
NAMES - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to list current session users.
NEW_FILE - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to request creation of a new source file, and server-to-client command to notify of creation of a file.
num(Value) - Static method in class sisc.util.Util
 

O

open(CodeApplication, JComponent, String) - Static method in class org.hprog.code.CodeFrame
Open a CodeWindow for a particular shared source file.
org.hprog.code - package org.hprog.code
A client-server shared programming whiteboard system.
OTHER - Static variable in class sisc.util.Util
 
outport(Value) - Static method in class sisc.util.Util
 

P

pair(Value) - Static method in class sisc.util.Util
 
pairToExpressions(Pair) - Static method in class sisc.util.Util
 
pairToExpVect(Pair) - Static method in class sisc.util.Util
 
pairToSymbols(Pair) - Static method in class sisc.util.Util
 
pairToValues(Pair) - Static method in class sisc.util.Util
 
PARENT - Static variable in class sisc.util.Util
 
PART - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command indicating that a user has left the session.
permitinterrupts - Static variable in class sisc.util.Defaults
 
PERMITINTERRUPTS - Static variable in class sisc.util.Util
 
PORT - Static variable in class org.hprog.code.CodeServer
Port on which to listen
printEnv(SymbolicEnvironment) - Static method in class org.hprog.code.SchemeInterpreter
 
printTrace() - Method in class org.hprog.code.CodeProtocol.Exn
 
proc(Value) - Static method in class sisc.util.Util
 

Q

QUOTE - Static variable in class sisc.util.Util
 

R

recvByte() - Method in class org.hprog.code.CodeProtocol
 
recvInt() - Method in class org.hprog.code.CodeProtocol
 
recvLong() - Method in class org.hprog.code.CodeProtocol
 
recvSet() - Method in class org.hprog.code.CodeProtocol
 
recvString() - Method in class org.hprog.code.CodeProtocol
 
registerBundle(Symbol) - Static method in class sisc.util.Util
 
remoteBegin() - Method in class org.hprog.code.CodeApplication
Configure menus to begin a remote interpreter query
remoteEnd() - Method in class org.hprog.code.CodeApplication
Configure menus to end a remote interpreter query
RemoteInterpFrame - class org.hprog.code.RemoteInterpFrame.
Window for controlling the shared interpreter
RemoteInterpFrame(CodeApplication) - Constructor for class org.hprog.code.RemoteInterpFrame
 
REMOVE - Static variable in class org.hprog.code.CodeProtocol
Either-way command indicating a deletion from a shared source file.
removeText(String, int, int) - Method in class org.hprog.code.CodeApplication
Remove text from a shares source file
removeText(String, String, int, int) - Method in class org.hprog.code.CodeSession
Request deletion of text from a shared source file
removeUser(String) - Method in class org.hprog.code.CodeSession
Remove a user from the session
removeUser(String) - Method in class org.hprog.code.ChatFrame
Remove a user from the session user list
REPORT - Static variable in class sisc.util.Util
 
reposition() - Method in class org.hprog.code.LocalInterpFrame
 
reposition() - Method in class org.hprog.code.InterpFrame
Rearrange controls contained in this window
reposition() - Method in class org.hprog.code.CodeFrame
Reposition components inside the window
reposition() - Method in class org.hprog.code.ChatFrame
Reposition the components within this window
resized() - Method in class org.hprog.code.RemoteInterpFrame
 
resized() - Method in class org.hprog.code.LocalInterpFrame
 
resized() - Method in class org.hprog.code.CodeFrame
Call when the containing component is resized
resized() - Method in class org.hprog.code.CodeApplication
Call when the desktop has been resized
resized() - Method in class org.hprog.code.ChatFrame
Call when the container of this window has been resized
resizedAll() - Static method in class org.hprog.code.CodeFrame
Resize all open CodeWindows
ResultListener - interface org.hprog.code.ResultListener.
Simple listener for completion of an operation that returns a single String
run() - Method in class org.hprog.code.CodeThread
Handle communication.

S

SchemeInterpreter - class org.hprog.code.SchemeInterpreter.
Wrapper for SISC Scheme
SchemeInterpreter(URL) - Constructor for class org.hprog.code.SchemeInterpreter
 
sendAdmin(String) - Method in class org.hprog.code.CodeProtocol
 
sendAlive() - Method in class org.hprog.code.CodeProtocol
 
sendAuth(String, String) - Method in class org.hprog.code.CodeProtocol
 
sendByte(byte) - Method in class org.hprog.code.CodeSession
Send a byte to every client for this session
sendByte(byte) - Method in class org.hprog.code.CodeProtocol
 
sendCaret(String, int, int) - Method in class org.hprog.code.CodeProtocol
 
sendChat(String) - Method in class org.hprog.code.CodeSession
Send a line of chat to all clients
sendChat(String) - Method in class org.hprog.code.CodeProtocol
 
sendEditor(String) - Method in class org.hprog.code.CodeProtocol
 
sendErr(String) - Method in class org.hprog.code.CodeProtocol
 
sendFile(String, String) - Method in class org.hprog.code.CodeProtocol
 
sendHost(String, String) - Method in class org.hprog.code.CodeProtocol
 
sendIdle(String, long) - Method in class org.hprog.code.CodeProtocol
 
sendInfo(String) - Method in class org.hprog.code.CodeProtocol
 
sendInsert(String, int, String) - Method in class org.hprog.code.CodeProtocol
 
sendInterpIn(String) - Method in class org.hprog.code.CodeProtocol
 
sendInterpIn(String, String) - Method in class org.hprog.code.CodeSession
Send a notification of a running query to all clients but the editor's
sendInterpOut(String) - Method in class org.hprog.code.CodeSession
Send shared interpreter output to all clients
sendInterpOut(String) - Method in class org.hprog.code.CodeProtocol
 
sendInterrupt() - Method in class org.hprog.code.CodeProtocol
 
sendJoin(String) - Method in class org.hprog.code.CodeProtocol
 
sendLoad() - Method in class org.hprog.code.CodeProtocol
 
sendLoading() - Method in class org.hprog.code.CodeSession
Notify all clients that source files are being loaded in the shared interpreter
sendLogin(String) - Method in class org.hprog.code.CodeProtocol
 
sendNames(Map) - Method in class org.hprog.code.CodeProtocol
 
sendNewFile(String) - Method in class org.hprog.code.CodeProtocol
 
sendPart(String) - Method in class org.hprog.code.CodeProtocol
 
sendRemove(String, int, int) - Method in class org.hprog.code.CodeProtocol
 
sendSession(String, String, String) - Method in class org.hprog.code.CodeProtocol
 
sendSet(Set) - Method in class org.hprog.code.CodeProtocol
 
sendWelcome(String) - Method in class org.hprog.code.CodeProtocol
 
SESSION - Static variable in class org.hprog.code.CodeProtocol
Client-to-server command to choose a session.
setAdmin(String) - Method in class org.hprog.code.CodeSession
Make a user an operator
SETBANG - Static variable in class sisc.util.Util
 
setCaret(String, int, int) - Static method in class org.hprog.code.CodeFrame
Set the caret position in a file
setCaret(String, String, int, int) - Method in class org.hprog.code.CodeSession
Request a change in a shared source file's caret position
setComponent(Component) - Method in class org.hprog.code.CodeApplication
Set the component considered as the container of the application
setDims() - Method in class org.hprog.code.CodeApplication
Update stored information on the dimensions of the desktop
setEditor(String) - Method in class org.hprog.code.CodeSession
Make a user the editor
setEditor(String) - Method in class org.hprog.code.ChatFrame
Set the editor for the session
setText(String, StringBuffer) - Static method in class org.hprog.code.CodeFrame
Se the text of a file
setUsers(Set) - Method in class org.hprog.code.ChatFrame
Set the users found in a session
SISC - Static variable in class sisc.util.Util
 
SISC_SPECIFIC - Static variable in class sisc.util.Util
 
sisc.util - package sisc.util
 
SISCB - Static variable in class sisc.util.Util
 
SISCCONF - Static variable in class sisc.util.Util
 
spane - Variable in class org.hprog.code.InterpFrame
 
str(Value) - Static method in class sisc.util.Util
 
string(Value) - Static method in class sisc.util.Util
 
sym(String) - Static method in class sisc.util.Util
 
symbol(Value) - Static method in class sisc.util.Util
 
SYMENV - Static variable in class sisc.util.Util
 
symval(Value) - Static method in class sisc.util.Util
 

T

THIS - Static variable in class sisc.util.Util
 
toHandle(String) - Method in class org.hprog.code.ChatFrame
Converts a string with IRC-style markup ('@' prepended for operator, '+' for editor) to just the underlying handle.
top - Variable in class org.hprog.code.InterpFrame
 
TOPLEVEL - Static variable in class sisc.util.Util
 
toString() - Method in class org.hprog.code.CodeProtocol.Exn
Describes exception with description of cause exception
TRUE - Static variable in class sisc.util.Util
 
truePair(Value) - Static method in class sisc.util.Util
 
truth(boolean) - Static method in class sisc.util.Util
 
truth(Value) - Static method in class sisc.util.Util
 
typeError(String, Value) - Static method in class sisc.util.Util
 
typeError(Symbol, String, Value) - Static method in class sisc.util.Util
 

U

UNQUOTE - Static variable in class sisc.util.Util
 
UNQUOTE_SPLICING - Static variable in class sisc.util.Util
 
updateEnabled() - Method in class org.hprog.code.ChatFrame
Update enabledness status of menu items
updateName(Value, Symbol) - Static method in class sisc.util.Util
 
url(Value) - Static method in class sisc.util.Util
 
url(Value, Value) - Static method in class sisc.util.Util
 
userIterator() - Method in class org.hprog.code.CodeSession
Get an iterator for the set of user/CodeProtocol key/value pairs in this session
Util - class sisc.util.Util.
 
Util() - Constructor for class sisc.util.Util
 

V

valArrayToList(Value[], int, int) - Static method in class sisc.util.Util
 
vec(Value) - Static method in class sisc.util.Util
 
Version - interface sisc.util.Version.
 
VERSION - Static variable in interface sisc.util.Version
 
visit(ExpressionVisitee) - Method in interface sisc.util.ExpressionVisitor
 
visit(ExpressionVisitor) - Method in interface sisc.util.ExpressionVisitee
 
VOID - Static variable in class sisc.util.Util
 

W

warn(String) - Static method in class sisc.util.Util
 
warn(String, String) - Static method in class sisc.util.Util
 
WELCOME - Static variable in class org.hprog.code.CodeProtocol
Server-to-client command to acknowledge successful login after SESSION and LOGIN.

Y

yieldEditor() - Method in class org.hprog.code.RemoteInterpFrame
 
yieldEditor() - Method in class org.hprog.code.InterpFrame
Call when a non-local user becomes the editor
yieldEditor() - Static method in class org.hprog.code.CodeFrame
Call when a non-local user becomes editor
yieldEditor(String) - Method in class org.hprog.code.ChatFrame
Call when a non-local user becomes the editor

Z

ZV - Static variable in class sisc.util.Util
 

A B C D E F G H I J L M N O P Q R S T U V W Y Z