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

A

activationCount - Variable in class tcl.lang.Namespace
 
addErrorInfo(String) - Method in class tcl.lang.Interp
 
addInterpResolver(String, Resolver) - Method in class tcl.lang.Interp
---------------------------------------------------------------------- Tcl_AddInterpResolvers -> addInterpResolver Adds a set of command/variable resolution procedures to an interpreter.
ALL_EVENTS - Static variable in class tcl.lang.TCL
 
append(Interp, TclObject, TclObject) - Static method in class tcl.lang.TclList
Tcl_ListObjAppendElement -> TclList.append() Appends a TclObject element to a list object.
append(TclObject, String) - Static method in class tcl.lang.TclString
Appends a string to a TclObject object.
append(TclObject, char[], int, int) - Static method in class tcl.lang.TclString
Appends an array of characters to a TclObject Object.
APPEND_VALUE - Static variable in class tcl.lang.TCL
 
applySubspec(Regsub, String, StringBuffer) - Static method in class sunlabs.brazil.util.regexp.Regexp
Utility method to give access to the standard substitution algorithm used by sub and subAll.
AssocData - Interface in tcl.lang
This interface is the API for registering named data objects in the Tcl interpreter.

B

backgroundError() - Method in class tcl.lang.Interp
 
BlendExtension - Class in tcl.lang
 
BlendExtension() - Constructor for class tcl.lang.BlendExtension
 
BREAK - Static variable in class tcl.lang.TCL
 

C

CallFrame - Class in tcl.lang
This class implements a frame in the call stack.
callTraces(Interp, Var, Var, String, String, int) - Static method in class tcl.lang.Var
CallTraces -> callTraces This procedure is invoked to find and invoke relevant trace procedures associated with a particular operation on a variable.
cancel() - Method in class tcl.lang.IdleHandler
 
cancel() - Method in class tcl.lang.TimerHandler
 
childTable - Variable in class tcl.lang.Namespace
 
cleanupVar(Var, Var) - Static method in class tcl.lang.Var
CleanupVar -> cleanupVar This procedure is called when it looks like it may be OK to free up the variable's record and hash table entry, and those of its containing parent.
cmd - Variable in class tcl.lang.WrappedCommand
 
CMD_PREFIX - Static variable in class tcl.lang.ReflectObject
 
cmdCount - Variable in class tcl.lang.Interp
 
cmdEpoch - Variable in class tcl.lang.WrappedCommand
 
cmdProc(Interp, TclObject[]) - Method in interface tcl.lang.Command
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.JavaForCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.JavaImportCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.JavaTryCmd
---------------------------------------------------------------------- cmdProc -- This procedure is invoked as part of the Command interface to process the "java::try" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.NamespaceCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.Procedure
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.ReflectObject
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.TclParser
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.TclParserExtension
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.UnsupportedJDetachCallCmd
 
cmdTable - Variable in class tcl.lang.Namespace
 
Command - Interface in tcl.lang
The Command interface specifies the method that a new Tcl command must implement.
commandComplete(String) - Static method in class tcl.lang.Interp
 
CommandWithDispose - Interface in tcl.lang
This interface is implemented by Commands that need to know when they are deleted from an interpreter.
compile(Interp, TclObject, boolean) - Static method in class tcl.lang.TclRegexp
 
CONTINUE - Static variable in class tcl.lang.TCL
 
CREATE_NS_IF_UNKNOWN - Static variable in class tcl.lang.Namespace
 
createCommand(String, Command) - Method in class tcl.lang.Interp
 
createCommands() - Method in class tcl.lang.Interp
 
createNamespace(Interp, String, Namespace.DeleteProc) - Static method in class tcl.lang.Namespace
 

D

dbg - Variable in class tcl.lang.Interp
 
delete() - Method in interface tcl.lang.Namespace.DeleteProc
 
deleteArray(Interp, String, Var, int) - Static method in class tcl.lang.Var
DeleteArray -> deleteArray This procedure is called to free up everything in an array variable.
deleteAssocData(String) - Method in class tcl.lang.Interp
 
deleteCommand(String) - Method in class tcl.lang.Interp
 
deleteCommandFromToken(WrappedCommand) - Method in class tcl.lang.Interp
 
deleted - Variable in class tcl.lang.Interp
 
deleted - Variable in class tcl.lang.WrappedCommand
 
deleteEvent(TclEvent) - Method in interface tcl.lang.EventDeleter
 
deleteEvent(TclEvent) - Method in class tcl.lang.Notifier
 
deleteEvents(EventDeleter) - Method in class tcl.lang.Notifier
 
deleteNamespace(Namespace) - Static method in class tcl.lang.Namespace
 
deleteProc - Variable in class tcl.lang.Namespace
 
deleteSearches(Var) - Static method in class tcl.lang.Var
DeleteSearches -> deleteSearches This procedure is called to free up all of the searches associated with an array variable.
deleteVar(Interp, Var, int) - Static method in class tcl.lang.Var
deleteVar This procedure is called to recycle all the storage space associated with a single Var instance.
deleteVars(Interp, HashMap) - Static method in class tcl.lang.Var
TclDeleteVars -> deleteVars This procedure is called to recycle all the storage space associated with a table of variables.
deleteVars(Interp, Var[]) - Static method in class tcl.lang.Var
// FIXME: Make more like TclDeleteCompiledLocalVars() TclDeleteVars -> deleteVars This procedure is called to recycle all the storage space associated with an array of variables.
dispose() - Method in class tcl.lang.CallFrame
This method is called when this CallFrame is no longer needed.
dispose() - Method in interface tcl.lang.InternalRep
 
dispose() - Method in class tcl.lang.Interp
 
dispose() - Method in class tcl.lang.NamespaceCmd
 
dispose() - Method in class tcl.lang.ReflectObject
 
dispose() - Method in class tcl.lang.TclBoolean
Implement this no-op for the InternalRep interface.
dispose() - Method in class tcl.lang.TclByteArray
Implement this no-op for the InternalRep interface.
dispose() - Method in class tcl.lang.TclDouble
Implement this no-op for the InternalRep interface.
dispose() - Method in class tcl.lang.TclIndex
Implement this no-op for the InternalRep interface.
dispose() - Method in class tcl.lang.TclInteger
Implement this no-op for the InternalRep interface.
dispose() - Method in class tcl.lang.TclList
Called to free any storage for the type's internal rep.
dispose() - Method in class tcl.lang.TclString
Implement this no-op for the InternalRep interface.
disposeAssocData(Interp) - Method in interface tcl.lang.AssocData
 
disposeCmd() - Method in interface tcl.lang.CommandWithDispose
 
disposeCmd() - Method in class tcl.lang.Procedure
 
disposeCmd() - Method in class tcl.lang.ReflectObject
 
disposeInterruptedInterp() - Method in exception tcl.lang.TclInterruptedException
 
DONT_WAIT - Static variable in class tcl.lang.TCL
 
doOneEvent(int) - Method in class tcl.lang.Notifier
 
dump(Interp) - Static method in class tcl.lang.ReflectObject
 
duplicate() - Method in interface tcl.lang.InternalRep
 
duplicate() - Method in class tcl.lang.NamespaceCmd
 
duplicate() - Method in class tcl.lang.ReflectObject
 
duplicate() - Method in class tcl.lang.TclBoolean
Returns a dupilcate of the current object.
duplicate() - Method in class tcl.lang.TclByteArray
Returns a duplicate of the current object.
duplicate() - Method in class tcl.lang.TclDouble
 
duplicate() - Method in class tcl.lang.TclIndex
Returns a dupilcate of the current object.
duplicate() - Method in class tcl.lang.TclInteger
Should never be invoked.
duplicate() - Method in class tcl.lang.TclList
DupListInternalRep -> duplicate Returns a dupilcate of the current object.
duplicate() - Method in class tcl.lang.TclString
Returns a dupilcate of the current object.

E

empty(TclObject) - Static method in class tcl.lang.TclString
This procedure clears out an existing TclObject so that it has a string representation of "".
errAlreadyLogged - Variable in class tcl.lang.Interp
 
errCodeSet - Variable in class tcl.lang.Interp
 
errIndex - Variable in exception tcl.lang.TclException
 
errInProgress - Variable in class tcl.lang.Interp
 
ERROR - Static variable in class tcl.lang.TCL
 
eval(String) - Method in class tcl.lang.Interp
 
eval(String, int) - Method in class tcl.lang.Interp
 
eval(TclObject, int) - Method in class tcl.lang.Interp
 
EVAL_DIRECT - Static variable in class tcl.lang.TCL
 
EVAL_GLOBAL - Static variable in class tcl.lang.TCL
 
evalFile(String) - Method in class tcl.lang.Interp
 
evalResource(String) - Method in class tcl.lang.Interp
 
EventAdaptor - Class in tcl.lang
 
EventAdaptor() - Constructor for class tcl.lang.EventAdaptor
 
EventDeleter - Interface in tcl.lang
 
eventuallyDispose() - Method in class tcl.lang.Interp
 
EXACT - Static variable in class tcl.lang.TCL
 
exportArray - Variable in class tcl.lang.Namespace
 
exportList(Interp, Namespace, String, boolean) - Static method in class tcl.lang.Namespace
 
ExprValue - Class in tcl.lang
Describes an expression value, which can be either an integer (the usual case), a double-precision floating-point value, or a string.
ExprValue(int, String) - Constructor for class tcl.lang.ExprValue
 
ExprValue(double, String) - Constructor for class tcl.lang.ExprValue
 
ExprValue(String) - Constructor for class tcl.lang.ExprValue
 
ExprValue(boolean) - Constructor for class tcl.lang.ExprValue
 
Extension - Class in tcl.lang
Base class for all Tcl Extensions.
Extension() - Constructor for class tcl.lang.Extension
Default constructor.

F

FILE_EVENTS - Static variable in class tcl.lang.TCL
 
filter(Regsub, StringBuffer) - Method in interface sunlabs.brazil.util.regexp.Regexp.Filter
Given the current state of the match, generate the replacement string.
finalize() - Method in class tcl.lang.Interp
 
FIND_ONLY_NS - Static variable in class tcl.lang.Namespace
 
findCommand(Interp, String, Namespace, int) - Static method in class tcl.lang.Namespace
 
findNamespace(Interp, String, Namespace, int) - Static method in class tcl.lang.Namespace
 
findNamespaceVar(Interp, String, Namespace, int) - Static method in class tcl.lang.Namespace
 
flags - Variable in class tcl.lang.Namespace
 
fullName - Variable in class tcl.lang.Namespace
 

G

get(Interp, TclObject) - Static method in class tcl.lang.ReflectObject
 
get(Interp, TclObject) - Static method in class tcl.lang.TclBoolean
Returns the value of the object as an boolean.
get(Interp, TclObject) - Static method in class tcl.lang.TclDouble
 
get(Interp, TclObject, String[], String, int) - Static method in class tcl.lang.TclIndex
Tcl_GetIndexFromObj -> get Gets the index into the table of the object.
get(Interp, TclObject) - Static method in class tcl.lang.TclInteger
Tcl_GetIntFromObj -> TclInteger.get Returns the integer value of the object.
getAssocData(String) - Method in class tcl.lang.Interp
 
getBooleanValue(Interp) - Method in class tcl.lang.ExprValue
 
getBytes(Interp, TclObject) - Static method in class tcl.lang.TclByteArray
Returns the bytes of a ByteArray object.
getClass(Interp, TclObject) - Static method in class tcl.lang.ReflectObject
 
getClassLoader() - Method in class tcl.lang.Interp
 
getCommand(String) - Method in class tcl.lang.Interp
 
getCommandFullName(WrappedCommand) - Method in class tcl.lang.Interp
 
getCommandName(WrappedCommand) - Method in class tcl.lang.Interp
 
getCompletionCode() - Method in exception tcl.lang.TclException
 
getCurrentNamespace(Interp) - Static method in class tcl.lang.Namespace
 
getDoubleValue() - Method in class tcl.lang.ExprValue
 
getElements(Interp, TclObject) - Static method in class tcl.lang.TclList
Returns a TclObject array of the elements in a list object.
getErrorLine() - Method in class tcl.lang.Interp
 
getGlobalNamespace(Interp) - Static method in class tcl.lang.Namespace
 
getImport(Interp, String) - Static method in class tcl.lang.JavaImportCmd
 
getInputStream() - Method in class tcl.lang.ReadInputStreamChannel
 
getInputStream() - Method in class tcl.lang.ServerSocketChannel
 
getInputStream() - Method in class tcl.lang.SocketChannel
 
getInputStream() - Method in class tcl.lang.StdChannel
 
getInterpResolver(String) - Method in class tcl.lang.Interp
---------------------------------------------------------------------- Tcl_GetInterpResolvers -> getInterpResolver Looks for a set of command/variable resolution procedures with the given name in an interpreter.
getIntValue() - Method in class tcl.lang.ExprValue
 
getLength(Interp, TclObject) - Static method in class tcl.lang.TclByteArray
Queries the length of the byte array.
getLength(Interp, TclObject) - Static method in class tcl.lang.TclList
Queries the length of the list.
getNextIndex() - Method in class tcl.lang.Var
Used by ArrayCmd to create a unique searchId string.
getNotifier() - Method in class tcl.lang.Interp
 
getNotifierForThread(Thread) - Static method in class tcl.lang.Notifier
 
getObjRecords() - Static method in class tcl.lang.TclObject
Return a String that describes TclObject and internal rep type allocations and conversions.
getOriginalCommand(WrappedCommand) - Static method in class tcl.lang.Namespace
 
getOutputStream() - Method in class tcl.lang.ReadInputStreamChannel
 
getOutputStream() - Method in class tcl.lang.ServerSocketChannel
 
getOutputStream() - Method in class tcl.lang.SocketChannel
 
getOutputStream() - Method in class tcl.lang.StdChannel
 
getResult() - Method in class tcl.lang.Interp
 
getSearch(String) - Method in class tcl.lang.Var
Find the SearchId that in the sidVec List that is equal the unique String s and returns the iterator associated with that SearchId.
getStringValue() - Method in class tcl.lang.ExprValue
 
getTraces(Interp, String, String, int) - Static method in class tcl.lang.Var
Tcl_VarTraceInfo2 -> getTraces
getType() - Method in class tcl.lang.ExprValue
 
getVar(String, int) - Method in class tcl.lang.Interp
 
getVar(String, String, int) - Method in class tcl.lang.Interp
 
getVariableFullName(Interp, Var) - Static method in class tcl.lang.Var
 
GLOBAL_ONLY - Static variable in class tcl.lang.TCL
 

H

hasActiveInterps() - Method in class tcl.lang.Notifier
 
hashKey - Variable in class tcl.lang.WrappedCommand
 

I

IDLE_EVENTS - Static variable in class tcl.lang.TCL
 
IdleHandler - Class in tcl.lang
 
IdleHandler(Notifier) - Constructor for class tcl.lang.IdleHandler
 
importList(Interp, Namespace, String, boolean) - Static method in class tcl.lang.Namespace
 
INCOMPLETE - Static variable in class tcl.lang.TCL
 
index(Interp, TclObject, int) - Static method in class tcl.lang.TclList
This procedure returns a pointer to the index'th object from the list referenced by tobj.
init(Interp) - Method in class tcl.lang.BlendExtension
 
init(Interp) - Method in class tcl.lang.Extension
Initialize the Extension to run in a normal (unsafe) interpreter.
init(Interp) - Method in class tcl.lang.TclParserExtension
 
initDebugInfo() - Method in class tcl.lang.Interp
Initialize the debugging information.
InternalRep - Interface in tcl.lang
This is the interface for implementing internal representation of Tcl objects.
Interp - Class in tcl.lang
The Tcl interpreter class.
Interp() - Constructor for class tcl.lang.Interp
 
interp - Variable in class tcl.lang.Namespace
 
INTERP_DESTROYED - Static variable in class tcl.lang.TCL
 
isArrayVarname(String) - Static method in class tcl.lang.Var
 
isDoubleType() - Method in class tcl.lang.ExprValue
 
isIntOrDoubleType() - Method in class tcl.lang.ExprValue
 
isIntType() - Method in class tcl.lang.ExprValue
 
isStringType() - Method in class tcl.lang.ExprValue
 

J

JavaForCmd - Class in tcl.lang
This class implements the built-in "java::for" command.
JavaForCmd() - Constructor for class tcl.lang.JavaForCmd
 
JavaImportCmd - Class in tcl.lang
 
JavaImportCmd() - Constructor for class tcl.lang.JavaImportCmd
 
JavaTryCmd - Class in tcl.lang
This class implements the built-in "java::try" command.
JavaTryCmd() - Constructor for class tcl.lang.JavaTryCmd
 

L

LEAVE_ERR_MSG - Static variable in class tcl.lang.TCL
 
LIST_ELEMENT - Static variable in class tcl.lang.TCL
 
loadOnDemand(Interp, String, String) - Static method in class tcl.lang.Extension
Create a stub command which autoloads the real command the first time the stub command is invoked.

M

main(String[]) - Static method in class sunlabs.brazil.util.regexp.Regexp
 
main(String[]) - Static method in class tcl.lang.Shell
 
makeUpvar(Interp, CallFrame, String, String, int, String, int, int) - Static method in class tcl.lang.Var
MakeUpvar -> makeUpvar Create a reference of a variable in otherFrame in the current CallFrame, given a two-part name consisting of array name and element within array.
match(String) - Method in class sunlabs.brazil.util.regexp.Regexp
Matches the given string against this regular expression.
match(String, String[]) - Method in class sunlabs.brazil.util.regexp.Regexp
Matches the given string against this regular expression, and computes the set of substrings that matched the parenthesized subexpressions.
match(String, int[]) - Method in class sunlabs.brazil.util.regexp.Regexp
Matches the given string against this regular expression, and computes the set of substrings that matched the parenthesized subexpressions.
matched() - Method in class sunlabs.brazil.util.regexp.Regsub
Returns a substring consisting of the characters that matched the entire regular expression during the last call to nextMatch.
maxExportPatterns - Variable in class tcl.lang.Namespace
 

N

name - Variable in class tcl.lang.Namespace
 
Namespace - Class in tcl.lang
 
Namespace() - Constructor for class tcl.lang.Namespace
 
Namespace.DeleteProc - Interface in tcl.lang
 
NAMESPACE_ONLY - Static variable in class tcl.lang.TCL
 
NamespaceCmd - Class in tcl.lang
This class implements the built-in "namespace" command in Tcl.
NamespaceCmd() - Constructor for class tcl.lang.NamespaceCmd
 
newCallFrame(Procedure, TclObject[]) - Method in class tcl.lang.Interp
 
newCallFrame() - Method in class tcl.lang.Interp
 
newInstance(Interp, Class, Object) - Static method in class tcl.lang.ReflectObject
 
newInstance(boolean) - Static method in class tcl.lang.TclBoolean
Creates a new instance of a TclObject with a TclBoolean internal representation.
newInstance(byte[], int, int) - Static method in class tcl.lang.TclByteArray
Creates a new instance of a TclObject with a TclByteArray internal rep.
newInstance(byte[]) - Static method in class tcl.lang.TclByteArray
Creates a new instance of a TclObject with a TclByteArray internal rep.
newInstance() - Static method in class tcl.lang.TclByteArray
Creates a new instance of a TclObject with an empty TclByteArray internal rep.
newInstance(double) - Static method in class tcl.lang.TclDouble
 
newInstance(int) - Static method in class tcl.lang.TclInteger
Tcl_NewIntObj -> TclInteger.newInstance Creates a new instance of a TclObject with a TclInteger internal representation.
newInstance() - Static method in class tcl.lang.TclList
Creates a new instance of a TclObject with a TclList internal rep.
newInstance(String) - Static method in class tcl.lang.TclString
Create a new TclObject that has a string representation with the given string value.
newInstance(StringBuffer) - Static method in class tcl.lang.TclString
Create a new TclObject that makes use of the given StringBuffer object.
nextMatch() - Method in class sunlabs.brazil.util.regexp.Regsub
Searches for the next substring that matches the regular expression.
NO_EVAL - Static variable in class tcl.lang.TCL
 
NOCONVERT - Static variable in class tcl.lang.ReflectObject
 
Notifier - Class in tcl.lang
 
ns - Variable in class tcl.lang.WrappedCommand
 
nsId - Variable in class tcl.lang.Namespace
 
nullStringValue() - Method in class tcl.lang.ExprValue
 
numExportPatterns - Variable in class tcl.lang.Namespace
 

O

OK - Static variable in class tcl.lang.TCL
 
optIntUnaryNot() - Method in class tcl.lang.ExprValue
 
optIntUnaryNotNstr() - Method in class tcl.lang.ExprValue
 

P

PackageNameException - Exception in tcl.lang
This exception is thrown by the TclClassLoader when an attempt to load a class from any package that starts with the java.* or tcl.* prefix is made.
PackageNameException(String, String) - Constructor for exception tcl.lang.PackageNameException
 
parent - Variable in class tcl.lang.Namespace
 
PARSE_PART1 - Static variable in class tcl.lang.TCL
 
pkgProvide(String, String) - Method in class tcl.lang.Interp
 
pkgRequire(String, String, boolean) - Method in class tcl.lang.Interp
 
popCallFrame(Interp) - Static method in class tcl.lang.Namespace
 
preserve() - Method in class tcl.lang.Notifier
 
preserve() - Method in class tcl.lang.TclObject
Tcl_IncrRefCount -> preserve Increments the refCount to indicate the caller's intent to preserve the value of this object.
Procedure - Class in tcl.lang
This class implements the body of a Tcl procedure.
processEvent(int) - Method in class tcl.lang.SocketConnectionEvent
 
processEvent(int) - Method in class tcl.lang.TclEvent
 
processIdleEvent() - Method in class tcl.lang.IdleHandler
 
processTclEvents(Notifier) - Static method in class tcl.lang.Notifier
 
processTimerEvent() - Method in class tcl.lang.TimerHandler
 
processUnexpectedResult(int) - Method in class tcl.lang.Interp
 
pushCallFrame(Interp, CallFrame, Namespace, boolean) - Static method in class tcl.lang.Namespace
 

Q

QUEUE_HEAD - Static variable in class tcl.lang.TCL
 
QUEUE_MARK - Static variable in class tcl.lang.TCL
 
QUEUE_TAIL - Static variable in class tcl.lang.TCL
 
queueEvent(TclEvent, int) - Method in class tcl.lang.Notifier
 

R

ReadInputStreamChannel - Class in tcl.lang
The ReadInputStreamChannel class is a bridge between existing Java InputStream objects and Tcl channels.
ReadInputStreamChannel(Interp, InputStream) - Constructor for class tcl.lang.ReadInputStreamChannel
Constructor - creates a new ReadInputStreamChannel object that will read from the passed in InputStream.
recordAndEval(TclObject, int) - Method in class tcl.lang.Interp
 
refCount - Variable in class tcl.lang.Namespace
 
ReflectObject - Class in tcl.lang
A ReflectObject is used to create and access arbitrary Java objects using the Java Reflection API.
ReflectObject() - Constructor for class tcl.lang.ReflectObject
 
Regexp - Class in sunlabs.brazil.util.regexp
The Regexp class can be used to match a pattern against a string and optionally replace the matched parts with new strings.
Regexp(String) - Constructor for class sunlabs.brazil.util.regexp.Regexp
Compiles a new Regexp object from the given regular expression pattern.
Regexp(String, boolean) - Constructor for class sunlabs.brazil.util.regexp.Regexp
Compiles a new Regexp object from the given regular expression pattern.
Regexp.Filter - Interface in sunlabs.brazil.util.regexp
This interface is used by the Regexp class to generate the replacement string for each pattern match found in the source string.
Regsub - Class in sunlabs.brazil.util.regexp
The Regsub class provides an iterator-like object to extract the matched and unmatched portions of a string with respect to a given regular expression.
Regsub(Regexp, String) - Constructor for class sunlabs.brazil.util.regexp.Regsub
Construct a new Regsub that can be used to step through the given string, finding each substring that matches the given regular expression.
release() - Method in class tcl.lang.Notifier
 
release() - Method in class tcl.lang.TclObject
Tcl_DecrRefCount -> release Decrements the refCount to indicate that the caller is no longer interested in the value of this object.
removeInterpResolver(String) - Method in class tcl.lang.Interp
---------------------------------------------------------------------- Tcl_RemoveInterpResolvers -> removeInterpResolver Removes a set of command/variable resolution procedures previously added by addInterpResolver.
removeSearch(String) - Method in class tcl.lang.Var
Find the SearchId object in the sidVec list and remove it.
renameCommand(String, String) - Method in class tcl.lang.Interp
 
replace(Interp, TclObject, int, int, TclObject[], int, int) - Static method in class tcl.lang.TclList
This procedure replaces zero or more elements of the list referenced by tobj with the objects from an TclObject array.
resetResult() - Method in class tcl.lang.Interp
 
resolveCmd(Interp, String, Namespace, int) - Method in interface tcl.lang.Resolver
 
resolver - Variable in class tcl.lang.Namespace
 
Resolver - Interface in tcl.lang
The Resolver interface specifies the methods that a new Tcl resolver must implement.
resolveVar(Interp, String, Namespace, int) - Method in interface tcl.lang.Resolver
 
rest() - Method in class sunlabs.brazil.util.regexp.Regsub
Returns a substring consisting of all the characters that come after the last match.
RETURN - Static variable in class tcl.lang.TCL
 
returnCode - Variable in class tcl.lang.Interp
 
run() - Method in class tcl.lang.UnsupportedJDetachCallCmd
 

S

safeInit(Interp) - Method in class tcl.lang.Extension
Initialize the Extension to run in a safe interpreter.
safeInit(Interp) - Method in class tcl.lang.TclParserExtension
 
ServerSocketChannel - Class in tcl.lang
The ServerSocketChannel class implements a channel object for ServerSocket connections, created using the socket command.
ServerSocketChannel(Interp, String, int, TclObject) - Constructor for class tcl.lang.ServerSocketChannel
Creates a new ServerSocketChannel object with the given options.
set(TclObject, double) - Static method in class tcl.lang.TclDouble
 
set(TclObject, int) - Static method in class tcl.lang.TclInteger
Changes the integer value of the object.
setAssocData(String, AssocData) - Method in class tcl.lang.Interp
 
setCompletionCode(int) - Method in exception tcl.lang.TclException
 
setDoubleValue(double) - Method in class tcl.lang.ExprValue
 
setDoubleValue(double, String) - Method in class tcl.lang.ExprValue
 
setErr(PrintStream) - Static method in class tcl.lang.StdChannel
 
setErrorCode(TclObject) - Method in class tcl.lang.Interp
 
setIn(InputStream) - Static method in class tcl.lang.StdChannel
Reassign the static variables that reference the in, out, and err streams used by Jacl.
setInterrupted() - Method in class tcl.lang.Interp
 
setIntValue(int) - Method in class tcl.lang.ExprValue
 
setIntValue(int, String) - Method in class tcl.lang.ExprValue
 
setIntValue(boolean) - Method in class tcl.lang.ExprValue
 
setLength(Interp, TclObject, int) - Static method in class tcl.lang.TclByteArray
This method changes the length of the byte array for this object.
setNamespaceResolver(Namespace, Resolver) - Static method in class tcl.lang.Namespace
---------------------------------------------------------------------- Tcl_SetNamespaceResolvers -> setNamespaceResolver Sets the command/variable resolution object for a namespace, thereby changing the way that command/variable names are interpreted.
setOut(PrintStream) - Static method in class tcl.lang.StdChannel
 
setResult(TclObject) - Method in class tcl.lang.Interp
 
setResult(String) - Method in class tcl.lang.Interp
 
setResult(int) - Method in class tcl.lang.Interp
 
setResult(double) - Method in class tcl.lang.Interp
 
setResult(boolean) - Method in class tcl.lang.Interp
 
setStringValue(String) - Method in class tcl.lang.ExprValue
 
setValue(ExprValue) - Method in class tcl.lang.ExprValue
 
setVar(String, TclObject, int) - Method in class tcl.lang.Interp
 
setVar(String, String, TclObject, int) - Method in class tcl.lang.Interp
 
setVar(String, String, String, int) - Method in class tcl.lang.Interp
 
setVar(String, String, int, int) - Method in class tcl.lang.Interp
 
setVar(String, String, double, int) - Method in class tcl.lang.Interp
 
setVar(String, String, boolean, int) - Method in class tcl.lang.Interp
 
Shell - Class in tcl.lang
The Shell class is similar to the Tclsh program: you can use it to execute a Tcl script or enter Tcl command interactively at the command prompt.
Shell() - Constructor for class tcl.lang.Shell
 
skipped() - Method in class sunlabs.brazil.util.regexp.Regsub
Returns a substring consisting of all the characters skipped between the end of the last match (or the start of the original search string) and the start of this match.
SocketChannel - Class in tcl.lang
The SocketChannel class implements a channel object for Socket connections, created using the socket command.
SocketChannel(Interp, int, String, int, boolean, String, int) - Constructor for class tcl.lang.SocketChannel
Constructor - creates a new SocketChannel object with the given options.
SocketChannel(Interp, Socket) - Constructor for class tcl.lang.SocketChannel
Constructor for making SocketChannel objects from connections made to a ServerSocket.
SocketConnectionEvent - Class in tcl.lang
 
SocketConnectionEvent(Interp, TclObject, String, String, int) - Constructor for class tcl.lang.SocketConnectionEvent
 
StdChannel - Class in tcl.lang
Subclass of the abstract class Channel.
stringMatch(String, String) - Static method in class tcl.lang.Util
 
sub(String, String) - Method in class sunlabs.brazil.util.regexp.Regexp
Matches a string against a regular expression and replaces the first match with the string generated from the substitution parameter.
sub(String, Regexp.Filter) - Method in class sunlabs.brazil.util.regexp.Regexp
 
subAll(String, String) - Method in class sunlabs.brazil.util.regexp.Regexp
Matches a string against a regular expression and replaces all matches with the string generated from the substitution parameter.
submatch(int) - Method in class sunlabs.brazil.util.regexp.Regsub
Returns a substring consisting of the characters that matched the given parenthesized subexpression during the last call to nextMatch.
subspecs() - Method in class sunlabs.brazil.util.regexp.Regexp
Returns the number of parenthesized subexpressions in this regular expression, plus one more for this expression itself.
sunlabs.brazil.util.regexp - package sunlabs.brazil.util.regexp
 
sync() - Method in class tcl.lang.TclEvent
 

T

table - Variable in class tcl.lang.WrappedCommand
 
TCL - Class in tcl.lang
 
TCL() - Constructor for class tcl.lang.TCL
 
tcl.lang - package tcl.lang
 
TclBoolean - Class in tcl.lang
This class implements the boolean object type in Tcl.
TclByteArray - Class in tcl.lang
This class implements the binary data object type in Tcl.
TclDouble - Class in tcl.lang
 
TclEvent - Class in tcl.lang
 
TclEvent() - Constructor for class tcl.lang.TclEvent
 
TclException - Exception in tcl.lang
 
TclException(Interp, String, int, int) - Constructor for exception tcl.lang.TclException
 
TclException(int) - Constructor for exception tcl.lang.TclException
 
TclException(Interp, String) - Constructor for exception tcl.lang.TclException
 
TclException(Interp, String, int) - Constructor for exception tcl.lang.TclException
 
TclIndex - Class in tcl.lang
 
TclInteger - Class in tcl.lang
This class implements the integer object type in Tcl.
TclInterruptedException - Exception in tcl.lang
Signals that an interp has been interrupted via the Interp.setInterrupted() API.
TclInterruptedException(Interp) - Constructor for exception tcl.lang.TclInterruptedException
 
TclList - Class in tcl.lang
This class implements the list object type in Tcl.
TclNumArgsException - Exception in tcl.lang
This exception is used to report wrong number of arguments in Tcl scripts.
TclNumArgsException(Interp, int, TclObject[], String) - Constructor for exception tcl.lang.TclNumArgsException
Creates a TclException with the appropiate Tcl error message for having the wring number of arguments to a Tcl command.
TclObject - Class in tcl.lang
This class extends TclObjectBase to implement the basic notion of an object in Tcl.
TclObject(InternalRep) - Constructor for class tcl.lang.TclObject
Creates a TclObject with the given InternalRep.
TclObject(TclString, String) - Constructor for class tcl.lang.TclObject
Creates a TclObject with the given InternalRep and stringRep.
TclObject(int) - Constructor for class tcl.lang.TclObject
Creates a TclObject with the given integer value.
TclParser - Class in tcl.lang
 
TclParser() - Constructor for class tcl.lang.TclParser
 
TclParserExtension - Class in tcl.lang
 
TclParserExtension() - Constructor for class tcl.lang.TclParserExtension
 
TclRegexp - Class in tcl.lang
 
TclRuntimeError - Exception in tcl.lang
Signals that a unrecoverable run-time error in the interpreter.
TclRuntimeError(String) - Constructor for exception tcl.lang.TclRuntimeError
Constructs a TclRuntimeError with the specified detail message.
TclString - Class in tcl.lang
 
TIMER_EVENTS - Static variable in class tcl.lang.TCL
 
TimerHandler - Class in tcl.lang
 
TimerHandler(Notifier, int) - Constructor for class tcl.lang.TimerHandler
 
toString() - Method in class sunlabs.brazil.util.regexp.Regexp
Returns a string representation of this compiled regular expression.
toString() - Method in class tcl.lang.ExprValue
 
toString() - Method in class tcl.lang.IdleHandler
 
toString() - Method in class tcl.lang.Interp
 
toString() - Method in class tcl.lang.Namespace
 
toString() - Method in class tcl.lang.NamespaceCmd
 
toString() - Method in class tcl.lang.ReflectObject
 
toString() - Method in class tcl.lang.TclBoolean
Called to query the string representation of the Tcl object.
toString() - Method in class tcl.lang.TclByteArray
Called to query the string representation of the Tcl object.
toString() - Method in class tcl.lang.TclDouble
 
toString() - Method in class tcl.lang.TclIndex
Called to query the string representation of the Tcl object.
toString() - Method in class tcl.lang.TclInteger
Should never be invoked.
toString() - Method in class tcl.lang.TclList
Called to query the string representation of the Tcl object.
toString() - Method in class tcl.lang.TclString
Called to query the string representation of the Tcl object.
toString() - Method in class tcl.lang.Var
Used to create a String that describes this variable.
toString() - Method in class tcl.lang.WrappedCommand
 
TRACE_ARRAY - Static variable in class tcl.lang.TCL
 
TRACE_DESTROYED - Static variable in class tcl.lang.TCL
 
TRACE_READS - Static variable in class tcl.lang.TCL
 
TRACE_UNSETS - Static variable in class tcl.lang.TCL
 
TRACE_WRITES - Static variable in class tcl.lang.TCL
 
traceProc(Interp, String, String, int) - Method in interface tcl.lang.VarTrace
 
traceVar(String, VarTrace, int) - Method in class tcl.lang.Interp
 
traceVar(String, String, VarTrace, int) - Method in class tcl.lang.Interp
 

U

unsetVar(String, int) - Method in class tcl.lang.Interp
 
unsetVar(String, String, int) - Method in class tcl.lang.Interp
 
UnsupportedJDetachCallCmd - Class in tcl.lang
This command is the only means to safely call a blocking Java method like a modal AWT dialog box.
UnsupportedJDetachCallCmd() - Constructor for class tcl.lang.UnsupportedJDetachCallCmd
 
untraceVar(String, VarTrace, int) - Method in class tcl.lang.Interp
 
untraceVar(String, String, VarTrace, int) - Method in class tcl.lang.Interp
 
updateReturnInfo() - Method in class tcl.lang.Interp
 
Util - Class in tcl.lang
 

V

Var - Class in tcl.lang
 
varTable - Variable in class tcl.lang.Namespace
 
VarTrace - Interface in tcl.lang
 

W

WINDOW_EVENTS - Static variable in class tcl.lang.TCL
 
WrappedCommand - Class in tcl.lang
A Wrapped Command is like the Command struct defined in the C version in the file generic/tclInt.h.
WrappedCommand() - Constructor for class tcl.lang.WrappedCommand
 

_

_processEvent(Object[], String) - Method in class tcl.lang.EventAdaptor
 
_return_boolean() - Method in class tcl.lang.EventAdaptor
 
_return_byte() - Method in class tcl.lang.EventAdaptor
 
_return_char() - Method in class tcl.lang.EventAdaptor
 
_return_double() - Method in class tcl.lang.EventAdaptor
 
_return_float() - Method in class tcl.lang.EventAdaptor
 
_return_int() - Method in class tcl.lang.EventAdaptor
 
_return_long() - Method in class tcl.lang.EventAdaptor
 
_return_Object(String) - Method in class tcl.lang.EventAdaptor
 
_return_short() - Method in class tcl.lang.EventAdaptor
 
_wrongException() - Method in class tcl.lang.EventAdaptor
 

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