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

A

AbstractSocketChannel - Class in tcl.lang.channel
This abstract class allows fconfigure to query information about a socket channel
AbstractSocketChannel() - Constructor for class tcl.lang.channel.AbstractSocketChannel
 
activateCallFrame(Interp, CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
activationCount - Variable in class tcl.lang.Namespace
Number of "activations" or active call frames for this namespace that are on the Tcl call stack.
actualCxt - Variable in class tcl.lang.Namespace.GetNamespaceForQualNameResult
 
addCommand(List<String>, File) - Method in class tcl.lang.Pipeline
Add an operating system command to the end of the pipeline
addErrorInfo(String) - Method in class tcl.lang.Interp
Add information to the "errorInfo" variable that describes the current error.
addInterpResolver(String, Resolver) - Method in class tcl.lang.Interp
---------------------------------------------------------------------- Tcl_AddInterpResolvers -> addInterpResolver Adds a set of command/variable resolution procedures to an interpreter.
AfterCmd - Class in tcl.lang.cmd
 
AfterCmd() - Constructor for class tcl.lang.cmd.AfterCmd
 
aliasTable - Variable in class tcl.lang.Interp
Table which maps from names of commands in slave interpreter to InterpAliasCmd objects.
ALL_EVENTS - Static variable in class tcl.lang.TCL
 
allowExceptions() - Method in class tcl.lang.Interp
Sets a flag in an interpreter so that exceptions can occur in the next call to Tcl_Eval without them being turned into errors.
altNs - Variable in class tcl.lang.Namespace.GetNamespaceForQualNameResult
 
AND - Static variable in class tcl.lang.Expression
 
APPEND - Static variable in class tcl.lang.TclIO
Append to end of file when writing
append(Interp, TclObject, TclObject) - Static method in class tcl.lang.TclList
Tcl_ListObjAppendElement -> TclList.append() Appends a TclObject element to a list object.
append(Interp, TclObject, TclObject[], int, int) - Static method in class tcl.lang.TclList
TclList.append() Appends multiple TclObject elements 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(TclObject, TclObject) - Static method in class tcl.lang.TclString
Appends a TclObject to a TclObject.
append(TclObject, TclObject[], int, int) - Static method in class tcl.lang.TclString
Appends the String values of multiple TclObject's to a TclObject.
APPEND_VALUE - Static variable in class tcl.lang.TCL
 
AppendCmd - Class in tcl.lang.cmd
 
AppendCmd() - Constructor for class tcl.lang.cmd.AppendCmd
 
appendElement(String) - Method in class tcl.lang.Interp
Convert a string to a valid Tcl list element and append it to the result (which is ostensibly a list).
appendElement(Interp, StringBuffer, String) - Static method in class tcl.lang.Util
appendElement -- Append a string to the string buffer.
appendExportList(Interp, Namespace, TclObject) - Static method in class tcl.lang.Namespace
Appends onto the argument object the list of export patterns for the specified namespace.
AppendLocals(Interp, TclObject, String, boolean) - Static method in class tcl.lang.Var
 
appendToFile - Variable in class tcl.lang.process.Redirect
If true, append to file
appendToKey(Interp, TclObject, TclObject, TclObject[], int, int) - Static method in class tcl.lang.TclDict
Appends the given strings to the given key in the given dictionary object.
appendVar(Interp, String, String, TclObject[]) - Static method in class tcl.pkg.tjc.TJC
 
appendVarArray(Interp, String, String, TclObject[], Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
appendVarScalar(Interp, String, TclObject[], Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
apply(Interp, TclObject, TclObject[]) - Static method in class tcl.lang.TclLambda
 
ApplyCmd - Class in tcl.lang.cmd
Implementation of the [apply] command.
ApplyCmd() - Constructor for class tcl.lang.cmd.ApplyCmd
 
AppShell - Class in tcl.lang
The AppShell class expects to load and execute a Tcl resource file by retrieving the JTcl-Main attribute from the manifest.
AppShell() - Constructor for class tcl.lang.AppShell
 
argList - Variable in class tcl.lang.Procedure
 
ArgOptions - Class in tcl.pkg.fleet
 
ArgOptions(Interp, TclObject[], int) - Constructor for class tcl.pkg.fleet.ArgOptions
 
ArrayCmd - Class in tcl.lang.cmd
This class implements the built-in "array" command in Tcl.
ArrayCmd() - Constructor for class tcl.lang.cmd.ArrayCmd
 
ASCII - Static variable in class tcl.lang.QSort
 
assignLocalVar(Interp, String, TclObject, CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
AssocData - Interface in tcl.lang
This interface is the API for registering named data objects in the Tcl interpreter.
available() - Method in class tcl.lang.ManagedSystemInStream
 

B

backgroundError() - Method in class tcl.lang.Interp
This procedure is invoked to handle errors that occur in Tcl commands that are invoked in "background" (e.g.
backslash(String, int, int) - Static method in class tcl.lang.Interp
Figure out how to handle a backslash sequence.
BackSlashResult - Class in tcl.lang
Encapsulates the replacement for a backslash in the parser
BinaryCmd - Class in tcl.lang.cmd
This class implements the built-in "binary" command in Tcl.
BinaryCmd() - Constructor for class tcl.lang.cmd.BinaryCmd
 
BIT_AND - Static variable in class tcl.lang.Expression
 
BIT_NOT - Static variable in class tcl.lang.Expression
 
BIT_OR - Static variable in class tcl.lang.Expression
 
BIT_XOR - Static variable in class tcl.lang.Expression
 
BlendExtension - Class in tcl.pkg.java
 
BlendExtension() - Constructor for class tcl.pkg.java.BlendExtension
 
blocking - Variable in class tcl.lang.channel.Channel
Set to false when channel is in non-blocking mode.
body - Variable in class tcl.lang.Procedure
 
BREAK - Static variable in class tcl.lang.TCL
 
BreakCmd - Class in tcl.lang.cmd
This class implements the built-in "break" command in Tcl.
BreakCmd() - Constructor for class tcl.lang.cmd.BreakCmd
 
BUFF_FULL - Static variable in class tcl.lang.TclIO
Do full buffering up to size of buffer
BUFF_LINE - Static variable in class tcl.lang.TclIO
Flush at end of line; buffer only one line on input
BUFF_NONE - Static variable in class tcl.lang.TclIO
Flush after every write; don't buffer any input
buffering - Variable in class tcl.lang.channel.Channel
Buffering (full,line, or none)
bufferSize - Variable in class tcl.lang.channel.Channel
Buffer size, in bytes, allocated for channel to store input or output
builtinCommandsCheck(Interp) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 

C

c - Variable in class tcl.lang.BackSlashResult
character to replace backslash sequence with
callbackCmd - Variable in class tcl.lang.CommandTrace
Command to call when trace is fired
caller - Variable in class tcl.lang.CallFrame
Value of interp.frame when this procedure was invoked (i.e.
callerVar - Variable in class tcl.lang.CallFrame
Value of interp.varFrame when this procedure was invoked (i.e.
CallFrame - Class in tcl.lang
This class implements a frame in the call stack.
CallFrame(Interp) - Constructor for class tcl.lang.CallFrame
Creates a CallFrame for the global variables.
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
Mark this idle handler as cancelled so that it won't be invoked.
cancel() - Method in class tcl.lang.TimerHandler
Mark this timer handler as cancelled so that it won't be invoked.
canInheritFileDescriptors() - Method in class tcl.lang.process.JavaProcess
 
canInheritFileDescriptors() - Method in class tcl.lang.process.TclProcess
 
CaseCmd - Class in tcl.lang.cmd
This class implements the built-in "case" command in Tcl.
CaseCmd() - Constructor for class tcl.lang.cmd.CaseCmd
 
CatchCmd - Class in tcl.lang.cmd
This class implements the built-in "catch" command in Tcl.
CatchCmd() - Constructor for class tcl.lang.cmd.CatchCmd
 
catchVarErr(Interp) - Static method in class tcl.pkg.tjc.TJC
 
CdCmd - Class in tcl.lang.cmd
 
CdCmd() - Constructor for class tcl.lang.cmd.CdCmd
 
Channel - Class in tcl.lang.channel
The Channel class provides functionality that will be needed for any type of Tcl channel.
channel - Variable in class tcl.lang.process.Redirect
The Channel object, for TCL_CHANNEL redirects
CharPointer - Class in tcl.lang
Used in the Parser, this class implements the functionality of a C character pointer.
checkBadOctal(Interp, String) - Static method in class tcl.lang.Util
 
checkCommonCharacter(int) - Method in class tcl.lang.Interp
It is very common to create a TclObject that contains a single character.
checkCommonInteger(long) - Method in class tcl.lang.Interp
checkCommonInteger() If a given integer value is in the common value pool then return a shared object for that integer.
checkCommonString(String) - Method in class tcl.lang.Interp
If a given String value is in the common value pool the return a shared object for that String.
checkInterrupted() - Method in class tcl.lang.Interp
This method is invoked after an eval operation to check if a running interp has been marked as interrupted.
checkRead(Interp) - Method in class tcl.lang.channel.Channel
Tests if this Channel was opened for reading
checkTclException(Interp, TclException, String) - Static method in class tcl.pkg.tjc.TJC
 
checkWrite(Interp) - Method in class tcl.lang.channel.Channel
Tests if this Channel was opened for writing
childTable - Variable in class tcl.lang.Namespace
Contains any child namespaces.
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.
clearVarInHashtable() - Method in class tcl.lang.Var
 
ClockCmd - Class in tcl.lang.cmd
This class implements the built-in "clock" command in Tcl.
ClockCmd() - Constructor for class tcl.lang.cmd.ClockCmd
 
close() - Method in class tcl.lang.channel.Channel
Close the Channel.
close() - Method in class tcl.lang.ManagedSystemInStream
Closes this ManagedSystemInStream instance.
CLOSE_PAREN - Static variable in class tcl.lang.Expression
 
closeChannel - Variable in class tcl.lang.process.Redirect
If true, close channel when complete
CloseCmd - Class in tcl.lang.cmd
This class implements the built-in "close" command in Tcl.
CloseCmd() - Constructor for class tcl.lang.cmd.CloseCmd
 
cmd - Variable in class tcl.lang.WrappedCommand
The actual command interface that is being wrapped
CMD_PREFIX - Static variable in class tcl.pkg.java.ReflectObject
 
cmdCount - Variable in class tcl.lang.Interp
Total number of times a command procedure has been called for this interpreter.
cmdEpoch - Variable in class tcl.lang.WrappedCommand
incremented to invalidate any references.
cmdFullName - Variable in class tcl.lang.cmd.ProcCmd.FindCommandNamespaceResult
 
cmdName - Variable in class tcl.lang.cmd.ProcCmd.FindCommandNamespaceResult
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.AfterCmd
This procedure is invoked as part of the Command interface to process the "after" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.AppendCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ApplyCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ArrayCmd
This procedure is invoked to process the "array" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.BinaryCmd
This procedure is invoked as part of the Command interface to process the "binary" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.BreakCmd
This procedure is invoked to process the "break" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.CaseCmd
Executes a "case" statement.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.CatchCmd
This procedure is invoked to process the "catch" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.CdCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ClockCmd
---------------------------------------------------------------------- cmdProc -- This procedure is invoked as part of the Command interface to process the "clock" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.CloseCmd
This procedure is invoked to process the "close" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ConcatCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ContinueCmd
This procedure is invoked to process the "continue" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.DictCmd
This procedure is invoked to process the "dict" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.EncodingCmd
This procedure is invoked to process the "encoding" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.EofCmd
This procedure is invoked to process the "eof" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ErrorCmd
This procedure is invoked as part of the Command interface to process the "error" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.EvalCmd
This procedure is invoked to process the "eval" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ExecCmd
Invoked to process the "exec" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ExitCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ExprCmd
Evaluates a Tcl expression.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FblockedCmd
This procedure is invoked to process the "fblocked" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FconfigureCmd
This procedure is invoked to process the "fconfigure" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FcopyCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FileCmd
This procedure is invoked to process the "file" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FileeventCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FlushCmd
This procedure is invoked to process the "flush" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ForCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ForeachCmd
Tcl_ForeachObjCmd -> ForeachCmd.cmdProc This procedure is invoked to process the "foreach" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.FormatCmd
This procedure is invoked to process the "format" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.GetsCmd
This procedure is invoked to process the "gets" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.GlobalCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.GlobCmd
invoked to process the "glob" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.IfCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.IncrCmd
This procedure is invoked to process the "incr" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.InfoCmd
Tcl_InfoObjCmd -> InfoCmd.cmdProc This procedure is invoked to process the "info" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.InterpAliasCmd
This is the procedure that services invocations of aliases in a slave interpreter.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.InterpCmd
---------------------------------------------------------------------- Tcl_InterpObjCmd -> cmdProc This procedure is invoked as part of the Command interface to process the "interp" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.InterpSlaveCmd
Command to manipulate an interpreter, e.g.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.JoinCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LappendCmd
Tcl_LappendObjCmd -> LappendCmd.cmdProc This procedure is invoked to process the "lappend" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LassignCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LindexCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LinsertCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ListCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LlengthCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LrangeCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LrepeatCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LreplaceCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LreverseCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LsearchCmd
This procedure is invoked to process the "lsearch" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LsetCmd
This procedure is invoked to process the "lset" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.LsortCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.NamespaceCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.OpenCmd
This procedure is invoked to process the "open" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.PackageCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.PidCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ProcCmd
Tcl_ProcObjCmd -> ProcCmd.cmdProc Creates a new Tcl procedure.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.PutsCmd
Prints the given string to a channel.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.PwdCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ReadCmd
This procedure is invoked to process the "read" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.RegexpCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.RegsubCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.RenameCmd
---------------------------------------------------------------------- Tcl_RenameObjCmd -> RenameCmd.cmdProc This procedure is invoked to process the "rename" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ReturnCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.ScanCmd
This procedure is invoked to process the "scan" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SeekCmd
This procedure is invoked to process the "seek" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SetCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SocketCmd
This procedure is invoked to process the "socket" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SourceCmd
cmdProc -- This cmdProc is invoked to process the "source" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SplitCmd
This procedure is invoked to process the "split" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.StringCmd
---------------------------------------------------------------------- Tcl_StringObjCmd -> StringCmd.cmdProc This procedure is invoked to process the "string" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SubstCmd
This method is invoked to process the "subst" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.SwitchCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.TellCmd
This procedure is invoked to process the "tell" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.TimeCmd
See Tcl user documentation for details.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.TraceCmd
This procedure is invoked as part of the Command interface to process the "trace" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.UnsetCmd
Tcl_UnsetObjCmd -> UnsetCmd.cmdProc Unsets Tcl variable (s).
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.UpdateCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.UplevelCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.UpvarCmd
Tcl_UpvarObjCmd -> UpvarCmd.cmdProc This procedure is invoked to process the "upvar" Tcl command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.VariableCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.VwaitCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.cmd.WhileCmd
This procedure is invoked to process the "while" Tcl command.
cmdProc(Interp, TclObject[]) - Method in interface tcl.lang.Command
This method implements the functionality of the command.
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.Procedure
 
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.pkg.fleet.FleetCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.itcl.ItclExtension
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.itcl.Methods.BodyCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.itcl.Methods.ConfigBodyCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.itcl.Methods.ExecMethod
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.itcl.Methods.ExecProc
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JaclLoadJavaCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaBindCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaCallCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaCastCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaDefineClassCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaEventCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaFieldCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaForCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaGetInterpCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaImportCmd
This procedure is invoked to process the "java::import" Tcl comamnd.
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaInfoCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaInstanceofCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaIsNullCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaLoadCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaNewCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaNullCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaPropCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.JavaThrowCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.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.pkg.java.ReflectObject
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.java.UnsupportedJDetachCallCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.tjc.JaclLoadTJCCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.tjc.TJCBench
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.tjc.TJCCommandCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.tjc.TJCCompileCmd
 
cmdProc(Interp, TclObject[]) - Method in class tcl.pkg.tjc.TJCPackageCmd
 
cmdTable - Variable in class tcl.lang.Namespace
Contains all the commands currently registered in the namespace.
COLON - Static variable in class tcl.lang.Expression
 
COMMA - Static variable in class tcl.lang.Expression
 
Command - Interface in tcl.lang
The Command interface specifies the method that a new Tcl command must implement.
command - Variable in class tcl.lang.process.TclProcess
The command words that will be executed
command() - Method in class tcl.lang.process.TclProcess
 
COMMAND - Static variable in class tcl.lang.QSort
 
commandComplete(String) - Static method in class tcl.lang.Interp
 
CommandTrace - Class in tcl.lang
This CommandTrace class is used to trace command rename and deletion
CommandTrace(Interp, int, TclObject) - Constructor for class tcl.lang.CommandTrace
Create a new CommandTrace
CommandWithDispose - Interface in tcl.lang
This interface is implemented by Commands that need to know when they are deleted from an interpreter.
compile(String) - Method in class tcl.lang.Regex
Rewrite TCL regex into a Java regex, and compiles it to a Java Pattern.
compile(Interp, TclObject, String) - Static method in class tcl.lang.TclRegexp
 
compiled(String, String, String, ArrayList, ArrayList, int, String) - Method in class tcl.pkg.tjc.TJCReadyVar
 
compiled(String, String, String, ArrayList, ArrayList, int, String) - Method in interface tcl.pkg.tjc.TJCThread.CompiledClassReady
 
compiledLocals - Variable in class tcl.lang.CallFrame
Array of local variables in a compiled proc frame.
compiledLocalsNames - Variable in class tcl.lang.CallFrame
 
compileJavaSource(String, String, TJCThread.CompiledClassReady) - Static method in class tcl.pkg.tjc.TJCThread
 
compileTclSource(String, String, TJCThread.CompiledClassReady) - Static method in class tcl.pkg.tjc.TJCThread
 
completed(int, FleetCmd, FleetMember, TclObject) - Method in interface tcl.pkg.fleet.FleetMember.MessageResult
 
concat(int, int, TclObject[]) - Static method in class tcl.lang.Util
Tcl_ConcatObj -> concat Concatenate the strings from a set of objects into a single string object with spaces between the original strings.
ConcatCmd - Class in tcl.lang.cmd
This class implements the built-in "concat" command in Tcl.
ConcatCmd() - Constructor for class tcl.lang.cmd.ConcatCmd
 
connectSocket(InetAddress, int, InetAddress, int) - Method in class tcl.lang.channel.SocketChannel
Create the 'sock' field and connect the Socket
ConsoleThread - Class in tcl.lang
This class implements the Console Thread: it is started by tcl.lang.Shell if the user gives no initial script to evaluate, or when the -console option is specified.
ConsoleThread(Interp) - Constructor for class tcl.lang.ConsoleThread
Create a ConsoleThread.
CONTINUE - Static variable in class tcl.lang.TCL
 
ContinueCmd - Class in tcl.lang.cmd
This class implements the built-in "continue" command in Tcl.
ContinueCmd() - Constructor for class tcl.lang.cmd.ContinueCmd
 
convertElement(String, int, StringBuffer) - Static method in class tcl.lang.Util
Tcl_ConvertElement -> convertElement This is a companion procedure to scanElement.
copy(Interp, TclObject) - Static method in class tcl.lang.TclList
copy (TclListObjCopy) -- Makes a "pure list" copy of a list value.
CREAT - Static variable in class tcl.lang.TclIO
Create a new file
CREATE_NS_IF_UNKNOWN - Static variable in class tcl.lang.Namespace
Flag passed to getNamespaceForQualName to have it create all namespace components of a namespace-qualified name that cannot be found.
createArrayMap() - Method in class tcl.lang.Var
Create a new array map in this Var
createCommand(String, Command) - Method in class tcl.lang.Interp
Define a new command in the interpreter.
createCommand(Interp, String, TJC.CompiledCommand) - Static method in class tcl.pkg.tjc.TJC
 
createCommands() - Method in class tcl.lang.Interp
Create the build-in commands.
createCommonVar(Var, String, Namespace, HashMap) - Static method in class tcl.pkg.itcl.ItclAccess
 
createNamespace(Interp, String, Namespace.DeleteProc) - Static method in class tcl.lang.Namespace
Creates a new namespace with the given name.
createObjVar(Var, String, Namespace, HashMap) - Static method in class tcl.pkg.itcl.ItclAccess
 

D

dbg - Variable in class tcl.lang.Interp
 
debugSetup(String) - Static method in class tcl.pkg.tjc.TJCThread
 
decodeSymbol(byte[], char[], int, int) - Static method in class tcl.lang.cmd.EncodingCmd
Decode bytes encoded in Tcl's symbol encoding into a character array.
decodeToString(Interp, TclObject, String) - Static method in class tcl.lang.TclByteArray
Interpret the bytes in the byte array according to the specified tcl encoding and return the corresponding string.
decrVarRefCount(Var) - Static method in class tcl.pkg.itcl.ItclAccess
 
defineClass(String, byte[]) - Method in class tcl.lang.TclClassLoader
Given an array of bytes that define a class, create the Class.
DELETE - Static variable in class tcl.lang.CommandTrace
Indicates a CommandTrace that will execute on a command deletion
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.
deleteArrayMap() - Method in class tcl.lang.Var
Remove the existing array map in this var
deleteAssocData(String) - Method in class tcl.lang.Interp
Deletes a named association of user-specified data with the specified interpreter.
deleteCommand(String) - Method in class tcl.lang.Interp
Remove the given command from the this interpreter.
deleteCommandFromToken(WrappedCommand) - Method in class tcl.lang.Interp
Remove the given command from the given interpreter.
deleted - Variable in class tcl.lang.ExecutionTrace
set to true if deleted, to prevent execution
deleted - Variable in class tcl.lang.Interp
True means the interpreter has been deleted: don't process any more commands for it, and destroy the structure as soon as all nested invocations of eval() are done.
deleted - Variable in class tcl.lang.WrappedCommand
Means that the command is in the process of being deleted.
deleteEvent(TclEvent) - Method in interface tcl.lang.EventDeleter
This method is called once for each event in the event queue.
deleteEvent(TclEvent) - Method in class tcl.lang.Notifier
Deprecated. 
deleteEvents(EventDeleter) - Method in class tcl.lang.Notifier
Calls an EventDeleter for each event in the queue and deletes those for which deleter.deleteEvent() returns 1.
deleteNamespace(Namespace) - Static method in class tcl.lang.Namespace
Deletes a namespace and all of the commands, variables, and other namespaces within it.
deleteProc - Variable in class tcl.lang.Namespace
method to invoke when namespace is deleted
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.
deleteVars(Interp, HashMap) - Static method in class tcl.pkg.itcl.ItclAccess
 
destroy() - Method in class tcl.lang.process.JavaProcess
 
destroy() - Method in class tcl.lang.process.TclProcess
Kill the running process
DictCmd - Class in tcl.lang.cmd
This class implements the built-in "dict" command in Tcl.
DictCmd() - Constructor for class tcl.lang.cmd.DictCmd
 
DICTIONARY - Static variable in class tcl.lang.QSort
 
dispose() - Method in class tcl.lang.CallFrame
This method is called when this CallFrame is no longer needed.
dispose(Interp, Channel, int) - Static method in class tcl.lang.channel.FileEventScript
Remove a FileEventScript, and hence all FileEvents, if it exists
dispose() - Method in class tcl.lang.cmd.NamespaceCmd
 
dispose() - Method in interface tcl.lang.InternalRep
 
dispose() - Method in class tcl.lang.Interp
Invoked to indicate that the interp should be disposed of.
dispose() - Method in class tcl.lang.ManagedSystemInStream
Signal readThread to stop, restore original stdin
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.TclClassLoader
Release resources, to ensure that interp has no references (especially in a container environment.)
dispose() - Method in class tcl.lang.TclDict
Called to free any storage for the type's internal rep.
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.TclLambda
 
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.
dispose() - Method in class tcl.pkg.java.ReflectObject
 
disposeAssocData(Interp) - Method in interface tcl.lang.AssocData
This method is called when the interpreter is destroyed or when Interp.deleteAssocData is called on a registered AssocData instance.
disposeAssocData(Interp) - Method in class tcl.lang.channel.FileEventScript
 
disposeAssocData(Interp) - Method in class tcl.lang.cmd.InterpSlaveCmd
Invoked when an interpreter is being deleted.
disposeCmd() - Method in class tcl.lang.cmd.InterpAliasCmd
Is invoked when an alias command is deleted in a slave.
disposeCmd() - Method in class tcl.lang.cmd.InterpSlaveCmd
---------------------------------------------------------------------- disposeCmd -- Invoked when an object command for a slave interpreter is deleted; cleans up all state associated with the slave interpreter and destroys the slave interpreter.
disposeCmd() - Method in interface tcl.lang.CommandWithDispose
Called when the interpreter is removing the Tcl command
disposeCmd() - Method in class tcl.lang.Procedure
 
disposeCmd() - Method in class tcl.pkg.itcl.Methods.ExecMethod
 
disposeCmd() - Method in class tcl.pkg.itcl.Methods.ExecProc
 
disposeCmd() - Method in class tcl.pkg.java.ReflectObject
 
disposeInterruptedInterp() - Method in exception tcl.lang.TclInterruptedException
 
DIVIDE - Static variable in class tcl.lang.Expression
 
DONT_WAIT - Static variable in class tcl.lang.TCL
 
doOneEvent(int) - Method in class tcl.lang.Notifier
Process a single event of some sort.
doTildeSubst(Interp, String) - Static method in class tcl.lang.FileUtil
Given a string following a tilde, this routine returns the corresponding home directory.
DOUBLE - Static variable in class tcl.lang.ExprValue
 
DOUBLE_RANGE - Static variable in class tcl.lang.TCL
 
dump(Interp) - Static method in class tcl.pkg.java.ReflectObject
 
duplicate() - Method in class tcl.lang.cmd.NamespaceCmd
 
duplicate() - Method in interface tcl.lang.InternalRep
 
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.TclDict
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.TclLambda
 
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.
duplicate() - Method in class tcl.pkg.java.ReflectObject
 

E

E2BIG - Static variable in exception tcl.lang.TclPosixException
 
EACCES - Static variable in exception tcl.lang.TclPosixException
 
EADDRINUSE - Static variable in exception tcl.lang.TclPosixException
 
EADDRNOTAVAIL - Static variable in exception tcl.lang.TclPosixException
 
EAFNOSUPPORT - Static variable in exception tcl.lang.TclPosixException
 
EAGAIN - Static variable in exception tcl.lang.TclPosixException
 
EALREADY - Static variable in exception tcl.lang.TclPosixException
 
EBADF - Static variable in exception tcl.lang.TclPosixException
 
EBADRPC - Static variable in exception tcl.lang.TclPosixException
 
EBUSY - Static variable in exception tcl.lang.TclPosixException
 
ECHILD - Static variable in exception tcl.lang.TclPosixException
 
ECONNABORTED - Static variable in exception tcl.lang.TclPosixException
 
ECONNREFUSED - Static variable in exception tcl.lang.TclPosixException
 
ECONNRESET - Static variable in exception tcl.lang.TclPosixException
 
EDEADLK - Static variable in exception tcl.lang.TclPosixException
 
EDESTADDRREQ - Static variable in exception tcl.lang.TclPosixException
 
EDOM - Static variable in exception tcl.lang.TclPosixException
 
EDQUOT - Static variable in exception tcl.lang.TclPosixException
 
EEXIST - Static variable in exception tcl.lang.TclPosixException
 
EFAULT - Static variable in exception tcl.lang.TclPosixException
 
EFBIG - Static variable in exception tcl.lang.TclPosixException
 
EFTYPE - Static variable in exception tcl.lang.TclPosixException
 
EHOSTDOWN - Static variable in exception tcl.lang.TclPosixException
 
EHOSTUNREACH - Static variable in exception tcl.lang.TclPosixException
 
EINPROGRESS - Static variable in exception tcl.lang.TclPosixException
 
EINTR - Static variable in exception tcl.lang.TclPosixException
 
EINVAL - Static variable in exception tcl.lang.TclPosixException
 
EIO - Static variable in exception tcl.lang.TclPosixException
 
EISCONN - Static variable in exception tcl.lang.TclPosixException
 
EISDIR - Static variable in exception tcl.lang.TclPosixException
 
ELOOP - Static variable in exception tcl.lang.TclPosixException
 
EMFILE - Static variable in exception tcl.lang.TclPosixException
 
EMLINK - Static variable in exception tcl.lang.TclPosixException
 
empty(TclObject) - Static method in class tcl.lang.TclString
This procedure clears out an existing TclObject so that it has a string representation of "".
EMSGSIZE - Static variable in exception tcl.lang.TclPosixException
 
ENAMETOOLONG - Static variable in exception tcl.lang.TclPosixException
 
encodeSymbol(char[], int, int) - Static method in class tcl.lang.cmd.EncodingCmd
Encode chars into Tcl's symbol encoding into a byte array.
encoding - Variable in class tcl.lang.channel.Channel
Name of Java encoding for this Channel.
EncodingCmd - Class in tcl.lang.cmd
This class implements the built-in "encoding" command in Tcl.
EncodingCmd() - Constructor for class tcl.lang.cmd.EncodingCmd
 
END - Static variable in class tcl.lang.Expression
 
end() - Method in class tcl.lang.Regex
 
end(int) - Method in class tcl.lang.Regex
 
ENETDOWN - Static variable in exception tcl.lang.TclPosixException
 
ENETRESET - Static variable in exception tcl.lang.TclPosixException
 
ENETUNREACH - Static variable in exception tcl.lang.TclPosixException
 
ENFILE - Static variable in exception tcl.lang.TclPosixException
 
ENOBUFS - Static variable in exception tcl.lang.TclPosixException
 
ENODEV - Static variable in exception tcl.lang.TclPosixException
 
ENOENT - Static variable in exception tcl.lang.TclPosixException
 
ENOEXEC - Static variable in exception tcl.lang.TclPosixException
 
ENOLCK - Static variable in exception tcl.lang.TclPosixException
 
ENOMEM - Static variable in exception tcl.lang.TclPosixException
 
ENOPROTOOPT - Static variable in exception tcl.lang.TclPosixException
 
ENOSPC - Static variable in exception tcl.lang.TclPosixException
 
ENOSYS - Static variable in exception tcl.lang.TclPosixException
 
ENOTBLK - Static variable in exception tcl.lang.TclPosixException
 
ENOTCONN - Static variable in exception tcl.lang.TclPosixException
 
ENOTDIR - Static variable in exception tcl.lang.TclPosixException
 
ENOTEMPTY - Static variable in exception tcl.lang.TclPosixException
 
ENOTSOCK - Static variable in exception tcl.lang.TclPosixException
 
ENOTTY - Static variable in exception tcl.lang.TclPosixException
 
ENTER - Static variable in class tcl.lang.ExecutionTrace
Indicates an ExecutionTrace that will execute on a command entry
ENTERSTEP - Static variable in class tcl.lang.ExecutionTrace
Indicates a ExecutionTrace that will execute on before each command in a command
ENXIO - Static variable in exception tcl.lang.TclPosixException
 
eof() - Method in class tcl.lang.channel.Channel
Returns true if the last read reached the end of file.
EofCmd - Class in tcl.lang.cmd
This class implements the built-in "eof" command in Tcl.
EofCmd() - Constructor for class tcl.lang.cmd.EofCmd
 
eofInputFilter - Variable in class tcl.lang.channel.Channel
The EOF input filter for this channel, which translates the EOF character.
eofOutputFilter - Variable in class tcl.lang.channel.Channel
This OutputStream writes the EOF character, and prevents this Chanel's getOutputStream() from being closed by the chain.
eolInputFilter - Variable in class tcl.lang.channel.Channel
The EOL input filter for this channel.
eolOutputFilter - Variable in class tcl.lang.channel.Channel
This Writer translates EOL characters on output, and performs BUFF_LINE flushes
EOPNOTSUPP - Static variable in exception tcl.lang.TclPosixException
 
EPERM - Static variable in exception tcl.lang.TclPosixException
 
EPFNOSUPPORT - Static variable in exception tcl.lang.TclPosixException
 
EPIPE - Static variable in exception tcl.lang.TclPosixException
 
EPROCLIM - Static variable in exception tcl.lang.TclPosixException
 
EPROCUNAVAIL - Static variable in exception tcl.lang.TclPosixException
 
EPROGMISMATCH - Static variable in exception tcl.lang.TclPosixException
 
EPROGUNAVAIL - Static variable in exception tcl.lang.TclPosixException
 
EPROTONOSUPPORT - Static variable in exception tcl.lang.TclPosixException
 
EPROTOTYPE - Static variable in exception tcl.lang.TclPosixException
 
EQUAL - Static variable in class tcl.lang.Expression
 
equals(Object) - Method in class tcl.lang.TclObject
 
ERANGE - Static variable in exception tcl.lang.TclPosixException
 
EREMOTE - Static variable in exception tcl.lang.TclPosixException
 
EROFS - Static variable in exception tcl.lang.TclPosixException
 
ERPCMISMATCH - Static variable in exception tcl.lang.TclPosixException
 
errAlreadyLogged - Variable in class tcl.lang.Interp
True means information has already been logged in $errorInfo for the current eval() instance, so eval() needn't log it (used to implement the "error" command).
errCodeSet - Variable in class tcl.lang.Interp
True means that addErrorInfo has been called to record information for the current error.
errIndex - Variable in exception tcl.lang.TclException
An index that indicates where an error occurs inside a Tcl string.
errInProgress - Variable in class tcl.lang.Interp
True means an error unwind is already in progress.
errno - Variable in class tcl.lang.StrtodResult
 
errno - Variable in class tcl.lang.StrtoulResult
If the conversion is successful, errno = 0; If the number cannot be converted to a valid unsigned 32-bit integer, contains the error code (TCL.INTEGER_RANGE or TCL.INVALID_INTEGER).
ERROR - Static variable in class tcl.lang.TCL
 
ErrorCmd - Class in tcl.lang.cmd
This class implements the built-in "error" command in Tcl.
ErrorCmd() - Constructor for class tcl.lang.cmd.ErrorCmd
 
errorCode - Variable in class tcl.lang.Interp
If returnCode is TCL.ERROR, stores the errorCode.
errorInfo - Variable in class tcl.lang.Interp
If returnCode is TCL.ERROR, stores the errorInfo.
errorLine - Variable in class tcl.lang.Interp
When TCL_ERROR is returned, this gives the line number within the command where the error occurred (1 means first line).
ESHUTDOWN - Static variable in exception tcl.lang.TclPosixException
 
ESOCKTNOSUPPORT - Static variable in exception tcl.lang.TclPosixException
 
ESPIPE - Static variable in exception tcl.lang.TclPosixException
 
ESRCH - Static variable in exception tcl.lang.TclPosixException
 
ESTALE - Static variable in exception tcl.lang.TclPosixException
 
ETIMEDOUT - Static variable in exception tcl.lang.TclPosixException
 
ETOOMANYREFS - Static variable in exception tcl.lang.TclPosixException
 
ETXTBSY - Static variable in exception tcl.lang.TclPosixException
 
EUSERS - Static variable in exception tcl.lang.TclPosixException
 
eval(String) - Method in class tcl.lang.Interp
Execute a Tcl command in a string.
eval(String, int) - Method in class tcl.lang.Interp
Evaluate a TCL script in a string
eval(TclObject, int) - Method in class tcl.lang.Interp
Execute a Tcl script in a TclObject.
EVAL_DIRECT - Static variable in class tcl.lang.TCL
 
EVAL_GLOBAL - Static variable in class tcl.lang.TCL
 
evalBinaryOperator(Interp, int, ExprValue, ExprValue) - Static method in class tcl.lang.Expression
 
evalBoolean(Interp, String) - Method in class tcl.lang.Expression
Evaluate an Tcl expression.
EvalCmd - Class in tcl.lang.cmd
This class implements the built-in "eval" command in Tcl.
EvalCmd() - Constructor for class tcl.lang.cmd.EvalCmd
 
evalFile(String) - Method in class tcl.lang.Interp
Loads a Tcl script from a file using the system encoding and evaluates it in the current interpreter.
evalFile(String, String) - Method in class tcl.lang.Interp
Loads a Tcl script from a file and evaluates it in the current interpreter.
evalFlags - Variable in class tcl.lang.Interp
Flags used when evaluating a command.
evalMathFunction(Interp, String, ExprValue[], boolean, ExprValue) - Method in class tcl.lang.Expression
This procedure will lookup and invoke a math function given the name of the function and an array of ExprValue arguments.
evalProcBody(Interp, String) - Static method in class tcl.pkg.tjc.TJC
 
evalResource(String) - Method in class tcl.lang.Interp
Execute a Tcl script stored in the given Java resource location, encoded in the system encoding Results: The return value is void.
evalResource(String, String) - Method in class tcl.lang.Interp
Execute a Tcl script stored in the given Java resource location.
evalSetResult(Interp, String) - Method in class tcl.lang.Expression
Evaluate a Tcl expression and set the interp result to the value.
evalUnaryOperator(Interp, int, ExprValue) - Static method in class tcl.lang.Expression
 
evalURL(URL, String) - Method in class tcl.lang.Interp
Loads a Tcl script (encoded in system encoding) from a URL and evaluate it in the current interpreter.
evalURL(URL, String, String) - Method in class tcl.lang.Interp
Loads a Tcl script from a URL and evaluate it in the current interpreter.
EventAdaptor - Class in tcl.pkg.java
 
EventAdaptor() - Constructor for class tcl.pkg.java.EventAdaptor
 
EventDeleter - Interface in tcl.lang
This is the interface for deleting events in the notifier's event queue.
eventuallyDispose() - Method in class tcl.lang.Interp
This method cleans up the state of the interpreter so that it can be garbage collected safely.
EWOULDBLOCK - Static variable in exception tcl.lang.TclPosixException
 
EXACT - Static variable in class tcl.lang.TCL
 
EXCL - Static variable in class tcl.lang.TclIO
 
EXDEV - Static variable in exception tcl.lang.TclPosixException
 
exec() - Method in class tcl.lang.Pipeline
Executes the pipeline.
ExecCmd - Class in tcl.lang.cmd
This class implements the built-in "exec" command in Tcl.
ExecCmd() - Constructor for class tcl.lang.cmd.ExecCmd
 
execCommand(Message) - Method in class tcl.pkg.fleet.FleetMember
 
ExecutionTrace - Class in tcl.lang
This class is used to trace command execution
ExecutionTrace(Interp, int, TclObject) - Constructor for class tcl.lang.ExecutionTrace
Create a new ExecutionTrace
ExitCmd - Class in tcl.lang.cmd
This class implements the built-in "exit" command in Tcl.
ExitCmd() - Constructor for class tcl.lang.cmd.ExitCmd
 
exitValue() - Method in class tcl.lang.process.JavaProcess
 
exitValue() - Method in class tcl.lang.process.TclProcess
 
EXPLICIT_LOCAL_NAME - Static variable in class tcl.lang.Var
 
exportArray - Variable in class tcl.lang.Namespace
Reference to an array of string patterns specifying which commands are exported.
exportList(Interp, Namespace, String, boolean) - Static method in class tcl.lang.Namespace
Makes all the commands matching a pattern available to later be imported from the namespace specified by namespace (or the current namespace if namespace is null).
exposeCommand(String, String) - Method in class tcl.lang.Interp
Makes a previously hidden command callable from inside the interpreter instead of only by its ancestors.
expr - Variable in class tcl.lang.Interp
The expression parser for this interp.
EXPR_OP_BIT_AND - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_BIT_OR - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_BIT_XOR - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_DIVIDE - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_EQUAL - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_GEQ - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_GREATER - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_LEFT_SHIFT - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_LEQ - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_LESS - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_MINUS - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_MOD - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_MULT - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_NEQ - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_PLUS - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_RIGHT_SHIFT - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_STREQ - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_STRNEQ - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_UNARY_BIT_NOT - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_UNARY_MINUS - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_UNARY_NOT - Static variable in class tcl.pkg.tjc.TJC
 
EXPR_OP_UNARY_PLUS - Static variable in class tcl.pkg.tjc.TJC
 
exprBinaryOperator(Interp, int, ExprValue, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
ExprCmd - Class in tcl.lang.cmd
This class implements the built-in "expr" command in Tcl.
ExprCmd() - Constructor for class tcl.lang.cmd.ExprCmd
 
exprDoubleMathFunction(Interp, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
exprEqualsEmptyString(ExprValue, TclObject, boolean) - Static method in class tcl.pkg.tjc.TJC
 
Expression - Class in tcl.lang
This class handles Tcl expressions.
Expression() - Constructor for class tcl.lang.Expression
Constructor.
exprGetKnownDouble(TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprGetKnownInt(TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprGetValue(Interp, long, String) - Static method in class tcl.pkg.tjc.TJC
 
exprGetValue(Interp, double, String) - Static method in class tcl.pkg.tjc.TJC
 
exprGetValue(Interp, String) - Static method in class tcl.pkg.tjc.TJC
 
exprGetValue(Interp, boolean) - Static method in class tcl.pkg.tjc.TJC
 
exprGetValue(Interp, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprGetValue(Interp) - Static method in class tcl.pkg.tjc.TJC
 
exprInitValue(Interp, ExprValue, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprIntMathFunction(Interp, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
exprMathFunction(Interp, String, ExprValue[], ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
ExprParseObject(Interp, TclObject, ExprValue) - Static method in class tcl.lang.Expression
Given a TclObject, such as the result of a command or variable evaluation, fill in a ExprValue with the parsed result.
ExprParseString(Interp, TclObject, ExprValue) - Static method in class tcl.lang.Expression
TclParseNumber -> ExprParseString Given a TclObject that contains a String to be parsed (from a command or variable subst), fill in an ExprValue based on the string's numeric value.
exprReleaseValue(Interp, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
exprSetResult(Interp, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
exprUnaryNotOperator(Interp, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
exprUnaryNotOperator(Interp, ExprValue, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprUnaryNotOperatorKnownInt(ExprValue, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprUnaryNotOperatorKnownInt(TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprUnaryNotOperatorKnownIntAsBoolean(TclObject) - Static method in class tcl.pkg.tjc.TJC
 
exprUnaryOperator(Interp, int, ExprValue) - Static method in class tcl.pkg.tjc.TJC
 
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(long, 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

FblockedCmd - Class in tcl.lang.cmd
This class implements the built-in "fblocked" command in Tcl.
FblockedCmd() - Constructor for class tcl.lang.cmd.FblockedCmd
 
FconfigureCmd - Class in tcl.lang.cmd
This class implements the built-in "fconfigure" command in Tcl.
FconfigureCmd() - Constructor for class tcl.lang.cmd.FconfigureCmd
 
Fcopy - Class in tcl.lang.channel
This class implements an efficient copy between Channels
Fcopy(Interp, Channel, Channel, long, String) - Constructor for class tcl.lang.channel.Fcopy
Create a new Fcopy object.
FcopyCmd - Class in tcl.lang.cmd
This class implements the 'fcopy' Tcl command
FcopyCmd() - Constructor for class tcl.lang.cmd.FcopyCmd
 
file - Variable in class tcl.lang.process.Redirect
The File object, for FILE redirects
FILE_EVENTS - Static variable in class tcl.lang.TCL
 
FileChannel - Class in tcl.lang.channel
Subclass of the abstract class SeekableChannel.
FileChannel() - Constructor for class tcl.lang.channel.FileChannel
 
FileCmd - Class in tcl.lang.cmd
This class implements the built-in "file" command in Tcl.
FileCmd() - Constructor for class tcl.lang.cmd.FileCmd
 
FileEvent - Class in tcl.lang.channel
This class is the handles the transient event that executes a 'fileevent' script exactly once.
FileeventCmd - Class in tcl.lang.cmd
This class implements Tcl's 'fileevent' command.
FileeventCmd() - Constructor for class tcl.lang.cmd.FileeventCmd
 
FileEventScript - Class in tcl.lang.channel
AssocData structure that keeps the script for one fileevent command.
FileUtil - Class in tcl.lang
 
FileUtil() - Constructor for class tcl.lang.FileUtil
 
finalInputStream - Variable in class tcl.lang.channel.Channel
This InputStream is the source of processed bytes for Channel.read()
finalize() - Method in class tcl.pkg.fleet.FleetMember
 
finalize() - Method in class tcl.pkg.tjc.TJCThread
 
finalReader - Variable in class tcl.lang.channel.Channel
This Reader is the source of processed characters for Channel.read()
find(Interp, Channel, int) - Static method in class tcl.lang.channel.FileEventScript
Find a FileEventScript if it exists
FIND_ONLY_NS - Static variable in class tcl.lang.Namespace
 
findCommand(Interp, String, Namespace, int) - Static method in class tcl.lang.Namespace
Tcl_FindCommand -> findCommand Searches for a command.
FindCommandNamespace(Interp, String) - Static method in class tcl.lang.cmd.ProcCmd
 
findElement(Interp, String, int, int, FindElemResult) - Static method in class tcl.lang.Util
findElement -- Given a String that contains a Tcl list, locate the first (or next) element in the list.
findNamespace(Interp, String, Namespace, int) - Static method in class tcl.lang.Namespace
Searches for a namespace.
findNamespaceVar(Interp, String, Namespace, int) - Static method in class tcl.lang.Namespace
 
findProc(Interp, String) - Static method in class tcl.lang.Procedure
 
findResource(String) - Method in class tcl.lang.TclClassLoader
Resolves the specified resource name to a URL via a search of env(TCL_CLASSPATH).
FirstHashEntry(HashMap) - Static method in class tcl.lang.Namespace
Return the first Object value contained in the given table.
FirstHashEntry(HashMap) - Static method in class tcl.pkg.itcl.ItclAccess
 
firstOutputStream - Variable in class tcl.lang.channel.Channel
This OutputStream is the Channel's entry into the output chain for efficient byte writes
firstWriter - Variable in class tcl.lang.channel.Channel
This Writer is the Channel's entry into the output chain
flags - Variable in class tcl.lang.Namespace
OR-ed combination of the namespace status flags NS_DYING and NS_DEAD (listed below)
FleetCmd - Class in tcl.pkg.fleet
 
FleetCmd() - Constructor for class tcl.pkg.fleet.FleetCmd
 
FleetExt - Class in tcl.pkg.fleet
 
FleetExt() - Constructor for class tcl.pkg.fleet.FleetExt
 
FleetMember - Class in tcl.pkg.fleet
 
FleetMember.MessageResult - Interface in tcl.pkg.fleet
 
flush(Interp) - Method in class tcl.lang.channel.Channel
Flush the Channel.
flushAllOpenChannels(Interp) - Static method in class tcl.lang.TclIO
Call flush() for each currently registered open channel, ignoring exceptions.
FlushCmd - Class in tcl.lang.cmd
This class implements the built-in "flush" command in Tcl.
FlushCmd() - Constructor for class tcl.lang.cmd.FlushCmd
 
forceNonInteractive - Static variable in class tcl.lang.AppShell
Set to true to force tcl_interactive to 0 in the shell
forceNonInteractive - Static variable in class tcl.lang.Shell
Set to true to force tcl_interactive to 0 in the shell
ForCmd - Class in tcl.lang.cmd
This class implements the built-in "for" command in Tcl.
ForCmd() - Constructor for class tcl.lang.cmd.ForCmd
 
foreach(Interp, Object, TclObject, TclDict.Visitor) - Static method in class tcl.lang.TclDict
An internal iterator methods for traversing the elements of a Tcl dictionary object.
ForeachCmd - Class in tcl.lang.cmd
This class implements the built-in "Foreach" command in Tcl.
ForeachCmd() - Constructor for class tcl.lang.cmd.ForeachCmd
 
foreachVarErr(Interp, String) - Static method in class tcl.pkg.tjc.TJC
 
forget() - Method in class tcl.pkg.fleet.FleetMember
 
forgetImport(Interp, Namespace, String) - Static method in class tcl.lang.Namespace
Deletes previously imported commands.
FormatCmd - Class in tcl.lang.cmd
This class implements the built-in "format" command in Tcl.
FormatCmd() - Constructor for class tcl.lang.cmd.FormatCmd
 
frame - Variable in class tcl.lang.Interp
Points to top-most in stack of all nested procedure invocations.
free(Namespace) - Static method in class tcl.lang.Namespace
 
fullName - Variable in class tcl.lang.Namespace
The namespace's fully qualified name.

G

GEQ - Static variable in class tcl.lang.Expression
 
get(Interp, TclObject) - Static method in class tcl.lang.TclBoolean
Returns the value of the object as an boolean.
get(Interp, TclObject, TclObject) - Static method in class tcl.lang.TclDict
Tcl_DictObjGet.
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
Deprecated. 
get(String, String) - Method in class tcl.pkg.fleet.ArgOptions
 
get(String, double) - Method in class tcl.pkg.fleet.ArgOptions
 
get(String, int) - Method in class tcl.pkg.fleet.ArgOptions
 
get(String) - Method in class tcl.pkg.fleet.ArgOptions
 
get(String, double[]) - Method in class tcl.pkg.fleet.ArgOptions
 
get(Interp, TclObject) - Static method in class tcl.pkg.java.ReflectObject
 
getAboutCompileError(Interp) - Method in class tcl.lang.cmd.RegexpCmd
Returns a list for -about when a compile error occur.
getActualPlatform() - Static method in class tcl.lang.Util
getActualPlatform -- This static procedure returns the integer code for the actual platform on which Jacl is running.
getArgLineNumber(int) - Method in class tcl.lang.Interp
Returns the line number where the given command argument begins.
getArgList(Procedure) - Static method in class tcl.pkg.itcl.ItclAccess
 
getArrayMap() - Method in class tcl.lang.Var
 
getAssocData(String) - Method in class tcl.lang.Interp
Returns the AssocData instance associated with this name in the specified interpreter.
getBlocking() - Method in class tcl.lang.channel.Channel
 
getBodyOffset(Interp, TclObject[], int, String, int) - Static method in class tcl.lang.cmd.SwitchCmd
 
getBoolean(Interp, String) - Static method in class tcl.lang.Util
getBoolean -- Given a string, return a boolean value corresponding to the string.
getBoolean(Interp, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
getBooleanValue(Interp) - Method in class tcl.lang.ExprValue
 
getBuffering() - Method in class tcl.lang.channel.Channel
 
getBufferingID(String) - Static method in class tcl.lang.TclIO
 
getBufferingString(int) - Static method in class tcl.lang.TclIO
 
getBufferSize() - Method in class tcl.lang.channel.Channel
 
getBytes(Interp, TclObject) - Static method in class tcl.lang.TclByteArray
Returns the bytes of a ByteArray object.
getBytesPerChar(String) - Static method in class tcl.lang.cmd.EncodingCmd
Given a Java encoding name return the average bytes per char
getCallbackCmd() - Method in class tcl.lang.CommandTrace
 
getCallbackCmd() - Method in class tcl.lang.ExecutionTrace
 
getCallFrame(Interp, int) - Static method in class tcl.pkg.itcl.ItclAccess
 
getCallFrameNamespace(CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
getCallFrameObjv(CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
getChanName() - Method in class tcl.lang.channel.Channel
Get the channel name
getChannel(Interp, String) - Static method in class tcl.lang.TclIO
Return a registered Channel object, given its name.
getChannelNames(Interp, TclObject) - Static method in class tcl.lang.TclIO
Put all the channel names into the interpreter's result, as a list
getClass(Interp, TclObject) - Static method in class tcl.pkg.java.ReflectObject
 
getClassByName(Interp, String) - Static method in class tcl.pkg.java.JavaInvoke
Returns Class object identified by the string name.
getClassLoader() - Method in class tcl.lang.Interp
Get the TclClassLoader used for the interp.
getCommand(String) - Method in class tcl.lang.Interp
Returns the command procedure of the given command.
getCommandFullName(WrappedCommand) - Method in class tcl.lang.Interp
Given a token returned by, e.g., Tcl_CreateCommand or Tcl_FindCommand, this procedure returns the command's full name, qualified by a sequence of parent namespace names.
getCommandName(WrappedCommand) - Method in class tcl.lang.Interp
Given a token returned by, e.g., Tcl_CreateCommand or Tcl_FindCommand, this procedure returns the command's name.
getCompletionCode() - Method in exception tcl.lang.TclException
getCompletionCode --
getCount() - Method in class tcl.lang.Regex
 
getCurrentNamespace(Interp) - Static method in class tcl.lang.Namespace
Returns a reference to an interpreter's currently active namespace.
getDouble(Interp, String) - Static method in class tcl.lang.Util
getDouble -- Converts an ASCII string to a double.
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.
getElementsList(Interp, TclObject) - Static method in class tcl.lang.TclList
Returns an ArrayList of TclObject elements in a list object.
getEncoding() - Method in class tcl.lang.channel.Channel
Query this Channel's encoding
getenv() - Method in class tcl.lang.Interp
Replacement for System.getenv().
getenv() - Method in class tcl.lang.process.TclProcess
 
getError(Interp) - Method in class tcl.lang.channel.AbstractSocketChannel
This option gets the current error status of the given socket.
getError(Interp) - Method in class tcl.lang.channel.ServerSocketChannel
 
getError(Interp) - Method in class tcl.lang.channel.SocketChannel
 
getErrorLine() - Method in class tcl.lang.Interp
Query the interp.errorLine member.
getErrorNo() - Method in exception tcl.lang.TclPosixException
 
getErrorStream() - Method in class tcl.lang.process.JavaProcess
 
getEventLog() - Static method in class tcl.pkg.tjc.TJCThread
 
getExitValues() - Method in class tcl.lang.Pipeline
 
getField(Field, Object) - Method in class tcl.pkg.java.reflect.PkgInvoker
 
getFrame(Interp, String, CallFrame[]) - Static method in class tcl.lang.CallFrame
Tcl_GetFrame -> getFrame Given a description of a procedure frame, such as the first argument to an "uplevel" or "upvar" command, locate the call frame for the appropriate level of procedure.
getGlobalNamespace(Interp) - Static method in class tcl.lang.Namespace
Returns a reference to an interpreter's global :: namespace.
getImport(Interp, String) - Static method in class tcl.pkg.java.JavaImportCmd
This method is invoked can be invoked to query the import system to find the fully qualified name of a class.
getInfo(Interp) - Method in class tcl.lang.Regex
Returns a list containing information about the regular expression.
getInputEofChar() - Method in class tcl.lang.channel.Channel
 
getInputStream() - Method in class tcl.lang.channel.Channel
This method should be overridden in the subclass to provide a channel specific InputStream object.
getInputStream() - Method in class tcl.lang.channel.FileChannel
 
getInputStream() - Method in class tcl.lang.channel.PipelineChannel
 
getInputStream() - Method in class tcl.lang.channel.ReadInputStreamChannel
 
getInputStream() - Method in class tcl.lang.channel.ResourceChannel
 
getInputStream() - Method in class tcl.lang.channel.ServerSocketChannel
 
getInputStream() - Method in class tcl.lang.channel.SocketChannel
 
getInputStream() - Method in class tcl.lang.channel.StdChannel
 
getInputStream() - Method in class tcl.lang.channel.TclByteArrayChannel
 
getInputStream() - Method in class tcl.lang.process.JavaProcess
 
getInputStream() - Method in class tcl.lang.process.Redirect
 
getInputTranslation() - Method in class tcl.lang.channel.Channel
 
getInt(Interp, TclObject) - Static method in class tcl.lang.TclInteger
Tcl_GetIntFromObj -> TclInteger.getValue Returns the integer value of the object as a Java int.
getInt(Interp, String) - Static method in class tcl.lang.Util
Converts an ASCII string to an integer.
getInterpResolver(String) - Method in class tcl.lang.Interp
Looks for a set of command/variable resolution procedures with the given name in an interpreter.
getIntForIndex(Interp, TclObject, int) - Static method in class tcl.lang.Util
TclGetIntForIndex -> Util.getIntForIndex This procedure returns an integer corresponding to the list index held in a Tcl object.
getIntValue() - Method in class tcl.lang.ExprValue
 
getJavaFlags() - Method in class tcl.lang.Regex
Convert this.flags to Java's Pattern flags
getJavaName(String) - Static method in class tcl.lang.cmd.EncodingCmd
Given a Tcl encoding name, return the Java encoding name
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.
getLinkTarget(File) - Static method in class tcl.lang.FileUtil
Get the target file of a link, or null if the specified file is not a link.
getLong(Interp, TclObject) - Static method in class tcl.lang.TclInteger
Tcl_GetIntFromObj -> TclInteger.getValue Returns the integer value of the object as a Java long.
getMaxNestingDepth() - Method in class tcl.lang.Interp
setMaxNestingDepth --
getName() - Method in class tcl.pkg.fleet.FleetMember
 
getNameOfExecutable() - Method in class tcl.lang.Interp
Get the name of the executable file to invoke JTcl.
getNamespaceForQualName(Interp, String, Namespace, int, Namespace.GetNamespaceForQualNameResult) - Static method in class tcl.lang.Namespace
 
getNewFileObj(Interp, String) - Static method in class tcl.lang.FileUtil
 
getNextDescriptor(Interp, String) - Static method in class tcl.lang.TclIO
Given a prefix for a channel name (such as "file") returns the next available channel name (such as "file5").
getNextIndex() - Method in class tcl.lang.Var
Used by ArrayCmd to create a unique searchId string.
getnfqnResult - Variable in class tcl.lang.Interp
Used only with Namespace.getNamespaceForQualName()
getNormalizedPath(Interp, TclObject) - Static method in class tcl.lang.FileUtil
This important function attempts to extract from the given TclObject a unique normalized path representation, whose string value can be used as a unique identifier for the file.
getNotifier() - Method in class tcl.lang.Interp
Retrieve the Notifier associated with this Interp.
getNotifierForThread(Thread) - Static method in class tcl.lang.Notifier
Get the notifier for this thread, creating the Notifier, when necessary.
getObjRecords() - Static method in class tcl.lang.TclObject
Return a String that describes TclObject and internal rep type allocations and conversions.
getOffset() - Method in class tcl.lang.Regex
 
getOptDoubleList(String, ArrayList<Double>) - Method in class tcl.pkg.fleet.ArgOptions
 
getOriginalCommand(WrappedCommand) - Static method in class tcl.lang.Namespace
An imported command is created in a namespace when a "real" command is imported from another namespace.
getOutputEofChar() - Method in class tcl.lang.channel.Channel
 
getOutputStream() - Method in class tcl.lang.channel.Channel
This method should be overridden in the subclass to provide a channel specific OutputStream object.
getOutputStream() - Method in class tcl.lang.channel.FileChannel
 
getOutputStream() - Method in class tcl.lang.channel.PipelineChannel
 
getOutputStream() - Method in class tcl.lang.channel.ReadInputStreamChannel
 
getOutputStream() - Method in class tcl.lang.channel.ResourceChannel
 
getOutputStream() - Method in class tcl.lang.channel.ServerSocketChannel
 
getOutputStream() - Method in class tcl.lang.channel.SocketChannel
 
getOutputStream() - Method in class tcl.lang.channel.StdChannel
 
getOutputStream() - Method in class tcl.lang.channel.TclByteArrayChannel
 
getOutputStream() - Method in class tcl.lang.process.JavaProcess
 
getOutputStream() - Method in class tcl.lang.process.Redirect
 
getOutputTranslation() - Method in class tcl.lang.channel.Channel
 
getPathType(String) - Static method in class tcl.lang.FileUtil
 
getPatternSyntaxMessage(PatternSyntaxException) - Static method in class tcl.lang.Regex
Return a regexp pattern syntax error message in a format expected by Tcl, primarily to make TCL tests to pass.
getPeerName(Interp) - Method in class tcl.lang.channel.AbstractSocketChannel
This method returns a list of three elements; these are the address, the host name and the port to which the peer socket is connected or bound.
getPid() - Static method in class tcl.lang.cmd.PidCmd
 
getPid() - Method in class tcl.lang.process.JavaProcess
 
getPid() - Method in class tcl.lang.process.TclProcess
 
getPipeline() - Method in class tcl.lang.channel.PipelineChannel
 
getPkgInvoker(Class) - Static method in class tcl.pkg.java.reflect.PkgInvoker
 
getProcessIdentifiers() - Method in class tcl.lang.Pipeline
 
getProcessingTime() - Method in class tcl.pkg.fleet.FleetMember
 
getResource(String) - Method in class tcl.lang.TclClassLoader
Attempt to resolve a resource using the parent class loader and then the tcl class loader.
getResult() - Method in class tcl.lang.Interp
Queries the value of this interpreter's result value
getSbuf() - Method in class tcl.lang.TclString
Return the internal StringBuffer.
GetsCmd - Class in tcl.lang.cmd
This class implements the built-in "gets" command in Tcl.
GetsCmd() - Constructor for class tcl.lang.cmd.GetsCmd
 
getScript() - Method in class tcl.lang.channel.FileEventScript
 
getScriptFile() - Method in class tcl.lang.Interp
Returns the name of the script file currently under execution.
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.
getSeparators(String) - Static method in class tcl.lang.FileUtil
 
getShellClassName() - Method in class tcl.lang.Interp
Get the name of the shell class name to invoke JTcl.
getSockName(Interp) - Method in class tcl.lang.channel.AbstractSocketChannel
This option returns a list of three elements, the address, the host name and the port number for the socket.
getStdChannel(int) - Static method in class tcl.lang.TclIO
 
getStderrOutput() - Method in class tcl.lang.channel.PipelineChannel
 
getStderrRedirect() - Method in class tcl.lang.Pipeline
 
getStderrRedirect() - Method in class tcl.lang.process.TclProcess
 
getStdinRedirect() - Method in class tcl.lang.Pipeline
 
getStdinRedirect() - Method in class tcl.lang.process.TclProcess
 
getStdoutRedirect() - Method in class tcl.lang.Pipeline
 
getStdoutRedirect() - Method in class tcl.lang.process.TclProcess
 
getStringValue() - Method in class tcl.lang.ExprValue
 
getTargetCmd(Interp) - Method in class tcl.lang.cmd.InterpAliasCmd
helper function, that returns the WrappedCommand of the target command (i.e.
getTclByteArray() - Method in class tcl.lang.channel.TclByteArrayChannel
 
getTclString() - Method in class tcl.lang.channel.TclByteArrayChannel
 
getTraces(Interp, String, String, int) - Static method in class tcl.lang.Var
Tcl_VarTraceInfo2 -> getTraces
getTranslationID(String) - Static method in class tcl.lang.TclIO
 
getTranslationString(int) - Static method in class tcl.lang.TclIO
 
getType() - Method in class tcl.lang.CommandTrace
 
getType() - Method in class tcl.lang.ExecutionTrace
 
getType() - Method in class tcl.lang.ExprValue
 
getType() - Method in class tcl.lang.process.Redirect
 
getValue() - Method in class tcl.lang.Var
 
getVar(TclObject, int) - Method in class tcl.lang.Interp
Get the value of a variable.
getVar(String, int) - Method in class tcl.lang.Interp
Get the value of a variable.
getVar(String, String, int) - Method in class tcl.lang.Interp
Get the value of a variable.
getVar(Interp, String, String, int) - Static method in class tcl.lang.Var
Tcl_GetVar2Ex -> getVar Query the value of a variable, given a two-part name consisting of array name and element within array.
getVarArray(Interp, String, String, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
getVarCompiledLocalArray(Interp, String, String, Var, boolean) - Static method in class tcl.lang.Var
 
getVarCompiledLocalArrayInvalid(Interp, String, String) - Static method in class tcl.lang.Var
 
getVarCompiledLocalScalarInvalid(Interp, String) - Static method in class tcl.lang.Var
 
getVarFrame(Interp) - Static method in class tcl.pkg.itcl.ItclAccess
 
getVariableFullName(Interp, Var) - Static method in class tcl.lang.Var
 
getVarScalar(Interp, String, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
getVarTable(CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
getWaitingTime() - Method in class tcl.pkg.fleet.FleetMember
 
getWideInt(Interp, String) - Static method in class tcl.lang.Util
Converts an ASCII string to a wide integer.
getWorkingDir() - Method in class tcl.lang.Interp
Retrieve the current working directory for this interpreter.
getWrappedCommand(String) - Method in class tcl.lang.Interp
 
getWrittenByteCount() - Method in class tcl.lang.channel.Fcopy
 
giveChannel(Interp, Interp, String, boolean) - Static method in class tcl.lang.TclIO
Give a channel to another interpreter, in exactly the same form it exists in the master
GLOBAL_ONLY - Static variable in class tcl.lang.TCL
 
GlobalCmd - Class in tcl.lang.cmd
This class implements the built-in "global" command in Tcl.
GlobalCmd() - Constructor for class tcl.lang.cmd.GlobalCmd
 
GlobCmd - Class in tcl.lang.cmd
 
GlobCmd() - Constructor for class tcl.lang.cmd.GlobCmd
 
grabExprValue() - Method in class tcl.lang.Expression
 
grabObjv(Interp, int) - Static method in class tcl.lang.Parser
 
grabObjv(Interp, int) - Static method in class tcl.pkg.tjc.TJC
 
GREATER - Static variable in class tcl.lang.Expression
 
group() - Method in class tcl.lang.Regex
 
group(int) - Method in class tcl.lang.Regex
Returns the input subsequence captured by the given group during the previous match operation.
groupCount() - Method in class tcl.lang.Regex
 

H

hasActiveInterps() - Method in class tcl.lang.Notifier
 
hasCommandTraces() - Method in class tcl.lang.WrappedCommand
 
hashCode() - Method in class tcl.lang.TclObject
 
hashKey - Variable in class tcl.lang.Var
The key under which this variable is stored in the hash table.
hashKey - Variable in class tcl.lang.WrappedCommand
A string that stores the name of the command.
hiddenCmdTable - Variable in class tcl.lang.Interp
Hash table used to keep track of hidden commands on a per-interp basis.
hideCommand(String, String) - Method in class tcl.lang.Interp
Makes a command hidden so that it cannot be invoked from within an interpreter, only from within an ancestor.
hideUnsafeCommands() - Method in class tcl.lang.Interp
---------------------------------------------------------------------- TclHideUnsafeCommands -> hideUnsafeCommands Hides base commands that are not marked as safe from this interpreter.

I

IDLE_EVENTS - Static variable in class tcl.lang.TCL
 
IdleHandler - Class in tcl.lang
This abstract class is used to define idle handlers.
IdleHandler() - Constructor for class tcl.lang.IdleHandler
Create an idle handler.
IdleHandler(Notifier) - Constructor for class tcl.lang.IdleHandler
Create a idle handler to be fired when the notifier is idle.
IfCmd - Class in tcl.lang.cmd
 
IfCmd() - Constructor for class tcl.lang.cmd.IfCmd
 
implWaitFor() - Method in class tcl.lang.process.JavaProcess
 
implWaitFor() - Method in class tcl.lang.process.TclProcess
Platform-specific wait for the process to complete
importList(Interp, Namespace, String, boolean) - Static method in class tcl.lang.Namespace
Imports all of the commands matching a pattern into the namespace specified by namespace (or the current namespace if namespace is null).
importTable - Variable in class tcl.lang.Interp
Used ONLY by JavaImportCmd: classTable, packageTable, wildcardTable
INCOMPLETE - Static variable in class tcl.lang.TCL
 
incr(Interp, TclObject, long) - Static method in class tcl.lang.TclInteger
Increments the integer value of the object by the given amount.
IncrCmd - Class in tcl.lang.cmd
This class implements the built-in "incr" command in Tcl.
IncrCmd() - Constructor for class tcl.lang.cmd.IncrCmd
 
incrVar(Interp, String, String, long, int) - Static method in class tcl.lang.Var
TclIncrVar2 -> incrVar Given a two-part variable name, which may refer either to a scalar variable or an element of an array, increment the Tcl object value of the variable by a specified amount.
incrVar(Interp, String, String, long) - Static method in class tcl.pkg.tjc.TJC
This method is invoked when a compiled incr command is inlined.
incrVarArray(Interp, String, String, long, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
incrVarScalar(Interp, String, long, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
index - Variable in class tcl.lang.StrtodResult
 
index - Variable in class tcl.lang.StrtoulResult
If errno is 0, points to the character right after the number
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.
InfoCmd - Class in tcl.lang.cmd
This class implements the built-in "info" command in Tcl.
InfoCmd() - Constructor for class tcl.lang.cmd.InfoCmd
 
inherit() - Static method in class tcl.lang.process.Redirect
 
init(Interp) - Static method in class tcl.lang.cmd.RegexpCmd
 
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
 
init(Interp) - Method in class tcl.pkg.fleet.FleetExt
 
init(Interp) - Method in class tcl.pkg.itcl.ItclExtension
 
init(Interp) - Method in class tcl.pkg.java.BlendExtension
 
initCmd - Variable in class tcl.pkg.tjc.TJC.CompiledCommand
 
initCmd(Interp) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
initCompiledLocals(CallFrame, int, String[]) - Static method in class tcl.pkg.tjc.TJC
 
initConstants(Interp) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
initDebugInfo() - Method in class tcl.lang.Interp
Initialize the debugging information.
initInput() - Method in class tcl.lang.channel.Channel
Setup the input stream chain on the first read
initOutput() - Method in class tcl.lang.channel.Channel
Setup output stream chain on the first write
initVarCompiledLocalArray(Interp, String, String, TclObject, Var[], int) - Static method in class tcl.lang.Var
 
initVarCompiledLocalScalar(Interp, String, TclObject, Var[], int) - Static method in class tcl.lang.Var
 
initVarScoped(Interp, String, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
inlineCmds - Variable in class tcl.pkg.tjc.TJC.CompiledCommand
 
inputBuffer - Variable in class tcl.lang.channel.Channel
The input buffer for this channel.
inputEofChar - Variable in class tcl.lang.channel.Channel
If nonzero, use this as a signal of EOF on input.
inputStream - Variable in class tcl.lang.process.Redirect
An inputStream, for STREAM redirects
inputTranslation - Variable in class tcl.lang.channel.Channel
Input translation mode for end-of-line character
insert(Interp, TclObject, int, TclObject[], int, int) - Static method in class tcl.lang.TclList
This procedure inserts the elements in elements[] into the list at the given index.
INT - Static variable in class tcl.lang.ExprValue
 
INT_MAX - Static variable in class tcl.lang.TCL
 
INT_MIN - Static variable in class tcl.lang.TCL
 
INTEGER - Static variable in class tcl.lang.QSort
 
INTEGER_RANGE - Static variable in class tcl.lang.TCL
 
IntegerTooLarge(Interp) - Static method in class tcl.lang.Expression
 
InternalRep - Interface in tcl.lang
This is the interface for implementing internal representation of Tcl objects.
Interp - Class in tcl.lang
Implements the core Tcl interpreter.
Interp() - Constructor for class tcl.lang.Interp
Side effects: Various parts of the interpreter are initialized; built-in commands are created; global variables are initialized, etc.
interp - Variable in class tcl.lang.Namespace
The interpreter containing this namespace.
interp - Variable in class tcl.lang.process.TclProcess
The current interpreter
INTERP_DESTROYED - Static variable in class tcl.lang.TCL
 
InterpAliasCmd - Class in tcl.lang.cmd
This class implements the alias commands, which are created in response to the built-in "interp alias" command in Tcl.
InterpAliasCmd() - Constructor for class tcl.lang.cmd.InterpAliasCmd
 
interpChanTable - Variable in class tcl.lang.Interp
Table of channels currently registered in this interp.
InterpCmd - Class in tcl.lang.cmd
This class implements the built-in "interp" command in Tcl.
InterpCmd() - Constructor for class tcl.lang.cmd.InterpCmd
 
InterpSlaveCmd - Class in tcl.lang.cmd
This class implements the slave interpreter commands, which are created in response to the built-in "interp create" command in Tcl.
InterpSlaveCmd() - Constructor for class tcl.lang.cmd.InterpSlaveCmd
 
INVALID_COMMAND_CACHE - Static variable in class tcl.pkg.tjc.TJC
 
INVALID_DOUBLE - Static variable in class tcl.lang.TCL
 
INVALID_INTEGER - Static variable in class tcl.lang.TCL
 
invoke(TclObject[], int) - Method in class tcl.lang.Interp
Invokes a Tcl command, given an objv/objc, from either the exposed or the hidden sets of commands in the given interpreter.
invoke(Interp, TclObject[]) - Method in class tcl.lang.WrappedCommand
Call cmd.cmdProc after calling execution traces on this command, and call execution traces after this command exits.
invoke(Interp, Command, TclObject[], int) - Static method in class tcl.pkg.tjc.TJC
 
INVOKE_HIDDEN - Static variable in class tcl.lang.Interp
 
INVOKE_NO_TRACEBACK - Static variable in class tcl.lang.Interp
 
INVOKE_NO_UNKNOWN - Static variable in class tcl.lang.Interp
 
invokeConstructor(Constructor, Object[]) - Method in class tcl.pkg.java.reflect.PkgInvoker
 
invokeGlobal(TclObject[], int) - Method in class tcl.lang.Interp
Invokes a Tcl command, given an objv/objc, from either the exposed or hidden set of commands in the given interpreter.
invokeMethod(Method, Object, Object[]) - Method in class tcl.pkg.java.reflect.PkgInvoker
 
invokeSwitch(Interp, TclObject[], int, String, int) - Static method in class tcl.pkg.tjc.TJC
 
isAccessible(Class) - Static method in class tcl.pkg.java.reflect.PkgInvoker
 
isAccessible(Method) - Static method in class tcl.pkg.java.reflect.PkgInvoker
 
isAccessible(Constructor) - Static method in class tcl.pkg.java.reflect.PkgInvoker
 
isAccessible(Field) - Static method in class tcl.pkg.java.reflect.PkgInvoker
 
isArrayVarname(String) - Static method in class tcl.lang.Var
 
isBlocked(Interp) - Method in class tcl.lang.channel.Channel
Tests if last read was incomplete due to a blocked channel
isClosed() - Method in class tcl.lang.channel.Channel
Returns true of close() has been called
isDoubleType() - Method in class tcl.lang.ExprValue
 
isErrorRedirectedToResult() - Method in class tcl.lang.Pipeline
Return true if 2>@1 was seen
isExecInBackground() - Method in class tcl.lang.Pipeline
 
isExecutable(File) - Static method in class tcl.lang.FileUtil
Tests if the given file is executable by the current user.
isIntOrDoubleType() - Method in class tcl.lang.ExprValue
 
isIntType() - Method in class tcl.lang.ExprValue
 
isLambda() - Method in class tcl.lang.Procedure
 
isMac() - Static method in class tcl.lang.Util
isMac -- Returns true if running on a Mac platform.
isParseableScript(String, boolean) - Static method in class tcl.lang.Parser
Test whether a script can be parsed, without actually doing any execution
isProc(WrappedCommand) - Static method in class tcl.lang.Procedure
 
isProcCallFrame - Variable in class tcl.lang.CallFrame
If true, the frame was pushed to execute a Tcl procedure and may have local vars.
isProcCallFrame(CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
isReadOnly() - Method in class tcl.lang.channel.Channel
 
isReadWrite() - Method in class tcl.lang.channel.Channel
 
isSafe - Variable in class tcl.lang.Interp
Is this interpreted marked as safe?
isStarted() - Method in class tcl.lang.process.JavaProcess
 
isStarted() - Method in class tcl.lang.process.TclProcess
 
isStdinUsedForCommandInput() - Static method in class tcl.lang.channel.FileEvent
 
isStringType() - Method in class tcl.lang.ExprValue
 
isThreadReady() - Static method in class tcl.pkg.tjc.TJCThread
 
isUnix() - Static method in class tcl.lang.Util
isUnix -- Returns true if running on a Unix platform.
isVarArgs - Variable in class tcl.lang.Procedure
 
isVarArray() - Method in class tcl.lang.Var
 
isVarArrayElement() - Method in class tcl.lang.Var
 
isVarInHashtable() - Method in class tcl.lang.Var
 
isVarLink() - Method in class tcl.lang.Var
 
isVarNamespace() - Method in class tcl.lang.Var
 
isVarNoCache() - Method in class tcl.lang.Var
 
isVarScalar() - Method in class tcl.lang.Var
 
isVarTraceExists() - Method in class tcl.lang.Var
 
isVarUndefined() - Method in class tcl.lang.Var
 
isWindows() - Static method in class tcl.lang.Util
isWindows -- Returns true if running on a Windows platform.
isWithinIntRange(Interp, TclObject) - Static method in class tcl.lang.TclInteger
Tests whether TclInteger.getInt() will return a valid Java int value
isWithinLongRange(Interp, TclObject) - Static method in class tcl.lang.TclInteger
Tests whether TclInteger.getLong() will return a valid Java long value
isWordSep - Variable in class tcl.lang.BackSlashResult
 
isWriteOnly() - Method in class tcl.lang.channel.Channel
 
ItclAccess - Class in tcl.pkg.itcl
 
ItclAccess() - Constructor for class tcl.pkg.itcl.ItclAccess
 
ItclExtension - Class in tcl.pkg.itcl
 
ItclExtension() - Constructor for class tcl.pkg.itcl.ItclExtension
 

J

JACL - Class in tcl.lang
 
JACL() - Constructor for class tcl.lang.JACL
 
JaclLoadJavaCmd - Class in tcl.pkg.java
This class implements a small helper function that is used to load the Java package into Jacl.
JaclLoadJavaCmd() - Constructor for class tcl.pkg.java.JaclLoadJavaCmd
 
JaclLoadTJCCmd - Class in tcl.pkg.tjc
This class implements a small helper function that is used to load the TJC package into Jacl without requiring that the Java package be loaded into Jacl.
JaclLoadTJCCmd() - Constructor for class tcl.pkg.tjc.JaclLoadTJCCmd
 
JavaBindCmd - Class in tcl.pkg.java
This class implements the built-in "java::bind" command in Tcl.
JavaBindCmd() - Constructor for class tcl.pkg.java.JavaBindCmd
 
JavaCallCmd - Class in tcl.pkg.java
 
JavaCallCmd() - Constructor for class tcl.pkg.java.JavaCallCmd
 
JavaCastCmd - Class in tcl.pkg.java
Implements the built-in "java::cast" command.
JavaCastCmd() - Constructor for class tcl.pkg.java.JavaCastCmd
 
JavaDefineClassCmd - Class in tcl.pkg.java
 
JavaDefineClassCmd() - Constructor for class tcl.pkg.java.JavaDefineClassCmd
 
JavaEventCmd - Class in tcl.pkg.java
 
JavaEventCmd() - Constructor for class tcl.pkg.java.JavaEventCmd
 
JavaFieldCmd - Class in tcl.pkg.java
 
JavaFieldCmd() - Constructor for class tcl.pkg.java.JavaFieldCmd
 
JavaForCmd - Class in tcl.pkg.java
This class implements the built-in "java::for" command.
JavaForCmd() - Constructor for class tcl.pkg.java.JavaForCmd
 
JavaGetInterpCmd - Class in tcl.pkg.java
 
JavaGetInterpCmd() - Constructor for class tcl.pkg.java.JavaGetInterpCmd
 
JavaImportCmd - Class in tcl.pkg.java
 
JavaImportCmd() - Constructor for class tcl.pkg.java.JavaImportCmd
 
JavaInfoCmd - Class in tcl.pkg.java
This class implements the built-in "java::info" command in Tcl.
JavaInfoCmd() - Constructor for class tcl.pkg.java.JavaInfoCmd
 
JavaInstanceofCmd - Class in tcl.pkg.java
 
JavaInstanceofCmd() - Constructor for class tcl.pkg.java.JavaInstanceofCmd
 
JavaInvoke - Class in tcl.pkg.java
This class implements the common routines used by the java::* commands to create Java objects, call Java methods and access fields and properties.
JavaInvoke() - Constructor for class tcl.pkg.java.JavaInvoke
 
JavaIsNullCmd - Class in tcl.pkg.java
 
JavaIsNullCmd() - Constructor for class tcl.pkg.java.JavaIsNullCmd
 
JavaLoadCmd - Class in tcl.pkg.java
 
JavaLoadCmd() - Constructor for class tcl.pkg.java.JavaLoadCmd
 
JavaNewCmd - Class in tcl.pkg.java
 
JavaNewCmd() - Constructor for class tcl.pkg.java.JavaNewCmd
 
JavaNullCmd - Class in tcl.pkg.java
Implements the built-in "java::null" command.
JavaNullCmd() - Constructor for class tcl.pkg.java.JavaNullCmd
 
JavaProcess - Class in tcl.lang.process
Implements a pure Java process.
JavaProcess() - Constructor for class tcl.lang.process.JavaProcess
 
JavaPropCmd - Class in tcl.pkg.java
This class implements the built-in "java::prop" command.
JavaPropCmd() - Constructor for class tcl.pkg.java.JavaPropCmd
 
JavaThrowCmd - Class in tcl.pkg.java
 
JavaThrowCmd() - Constructor for class tcl.pkg.java.JavaThrowCmd
 
JavaTryCmd - Class in tcl.pkg.java
This class implements the built-in "java::try" command.
JavaTryCmd() - Constructor for class tcl.pkg.java.JavaTryCmd
 
JoinCmd - Class in tcl.lang.cmd
This class implements the built-in "join" command in Tcl.
JoinCmd() - Constructor for class tcl.lang.cmd.JoinCmd
 
joinPath(Interp, TclObject[], int, int) - Static method in class tcl.lang.FileUtil
Combine a list of pathes into one path.

L

LappendCmd - Class in tcl.lang.cmd
This class implements the built-in "lappend" command in Tcl.
LappendCmd() - Constructor for class tcl.lang.cmd.LappendCmd
 
lappendVar(Interp, String, TclObject[], int) - Static method in class tcl.lang.cmd.LappendCmd
Append values to a list value
lappendVar(Interp, String, String, TclObject[]) - Static method in class tcl.pkg.tjc.TJC
 
lappendVarArray(Interp, String, String, TclObject[], Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
lappendVarScalar(Interp, String, TclObject[], Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
LassignCmd - Class in tcl.lang.cmd
This class implements the built-in "lassign" command in Tcl.
LassignCmd() - Constructor for class tcl.lang.cmd.LassignCmd
See Tcl user documentation for details.
LEAVE - Static variable in class tcl.lang.ExecutionTrace
Indicates a ExecutionTrace that will execute on a command exit
LEAVE_ERR_MSG - Static variable in class tcl.lang.TCL
 
LEAVESTEP - Static variable in class tcl.lang.ExecutionTrace
Indicates a ExecutionTrace that will execute after each command in a command
LEFT_SHIFT - Static variable in class tcl.lang.Expression
 
LEQ - Static variable in class tcl.lang.Expression
 
LESS - Static variable in class tcl.lang.Expression
 
level - Variable in class tcl.lang.CallFrame
Level of recursion.
LindexCmd - Class in tcl.lang.cmd
 
LindexCmd() - Constructor for class tcl.lang.cmd.LindexCmd
 
lindexNonconst(Interp, TclObject, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
LinsertCmd - Class in tcl.lang.cmd
This class implements the built-in "linsert" command in Tcl.
LinsertCmd() - Constructor for class tcl.lang.cmd.LinsertCmd
 
LIST_ELEMENT - Static variable in class tcl.lang.TCL
 
ListCmd - Class in tcl.lang.cmd
This class implements the built-in "list" command in Tcl.
ListCmd() - Constructor for class tcl.lang.cmd.ListCmd
 
LlengthCmd - Class in tcl.lang.cmd
This class implements the built-in "llength" command in Tcl.
LlengthCmd() - Constructor for class tcl.lang.cmd.LlengthCmd
 
loadClass(String) - Method in class tcl.lang.TclClassLoader
Resolves the specified name to a Class.
loadClass(String, boolean) - Method in class tcl.lang.TclClassLoader
Resolves the specified name to a Class.
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.
logCommandInfo(Interp, char[], int, int, int, TclException) - Static method in class tcl.lang.Parser
This procedure is invoked after an error occurs in an interpreter.
looksLikeInt(String, int, int, boolean) - Static method in class tcl.lang.Expression
This procedure decides whether the leading characters of a string look like an integer or something else (such as a floating-point number or string).
looksLikeInt(String) - Static method in class tcl.lang.Util
looksLikeInt -- Returns true when isJacl() is true and this string looks like an integer.
lookupVar(Interp, String, String, int, String, boolean, boolean) - Static method in class tcl.lang.Var
TclLookupVar -> lookupVar This procedure is used by virtually all of the variable code to locate a variable given its name(s).
LrangeCmd - Class in tcl.lang.cmd
This class implements the built-in "lrange" command in Tcl.
LrangeCmd() - Constructor for class tcl.lang.cmd.LrangeCmd
 
LrepeatCmd - Class in tcl.lang.cmd
This class implements the built-in "lrepeat" command in Tcl.
LrepeatCmd() - Constructor for class tcl.lang.cmd.LrepeatCmd
 
LreplaceCmd - Class in tcl.lang.cmd
This class implements the built-in "lreplace" command in Tcl.
LreplaceCmd() - Constructor for class tcl.lang.cmd.LreplaceCmd
 
LreverseCmd - Class in tcl.lang.cmd
This class implements the built-in "lreverse" command in Tcl.
LreverseCmd() - Constructor for class tcl.lang.cmd.LreverseCmd
 
LsearchCmd - Class in tcl.lang.cmd
 
LsearchCmd() - Constructor for class tcl.lang.cmd.LsearchCmd
 
LsetCmd - Class in tcl.lang.cmd
This class implements the built-in "lset" command in Tcl 8.4.19
LsetCmd() - Constructor for class tcl.lang.cmd.LsetCmd
 
lsetElement(Interp, TclObject, int, TclObject) - Static method in class tcl.lang.TclList
TclListObjSetElement -- Set a single element of a list to a specified value in place (LsetCmd) Side effects: Tcl_Panic if listPtr designates a shared object.
LsortCmd - Class in tcl.lang.cmd
 
LsortCmd() - Constructor for class tcl.lang.cmd.LsortCmd
 

M

main(String[]) - Static method in class tcl.lang.AppShell
Main program for AppShell.
main(String[]) - Static method in class tcl.lang.NonInteractiveShell
 
main(String[]) - Static method in class tcl.lang.Shell
Main program for tclsh and most other Tcl-based applications.
main(String[]) - Static method in class tcl.pkg.tjc.TJCShell
 
makeGlobalLinkVar(Interp, String, String, int) - Static method in class tcl.pkg.tjc.TJC
 
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.
ManagedSystemInStream - Class in tcl.lang
A class for managing the System.in.
ManagedSystemInStream() - Constructor for class tcl.lang.ManagedSystemInStream
Create a new ManagedSystemInStream.
markableInputStream - Variable in class tcl.lang.channel.Channel
Allows backtracking in the stream for this channel
match() - Method in class tcl.lang.Regex
Attempts to match the input string against the regular expression.
mathFuncTable - Variable in class tcl.lang.Expression
Maps name of function to its implementation
maxExportPatterns - Variable in class tcl.lang.Namespace
Mumber of export patterns for which space is currently allocated.
messageCount() - Method in class tcl.pkg.fleet.FleetMember
 
Methods - Class in tcl.pkg.itcl
 
Methods() - Constructor for class tcl.pkg.itcl.Methods
 
Methods.BodyCmd - Class in tcl.pkg.itcl
 
Methods.BodyCmd() - Constructor for class tcl.pkg.itcl.Methods.BodyCmd
 
Methods.ConfigBodyCmd - Class in tcl.pkg.itcl
 
Methods.ConfigBodyCmd() - Constructor for class tcl.pkg.itcl.Methods.ConfigBodyCmd
 
Methods.CreateArgListResult - Class in tcl.pkg.itcl
 
Methods.CreateArgListResult() - Constructor for class tcl.pkg.itcl.Methods.CreateArgListResult
 
Methods.ExecMethod - Class in tcl.pkg.itcl
 
Methods.ExecProc - Class in tcl.pkg.itcl
 
Methods.GetContextResult - Class in tcl.pkg.itcl
 
Methods.GetContextResult(ItclClass, ItclObject) - Constructor for class tcl.pkg.itcl.Methods.GetContextResult
 
Methods.ParseConfigResult - Class in tcl.pkg.itcl
 
Methods.ParseConfigResult() - Constructor for class tcl.pkg.itcl.Methods.ParseConfigResult
 
MINUS - Static variable in class tcl.lang.Expression
 
MOD - Static variable in class tcl.lang.Expression
 
mode - Variable in class tcl.lang.channel.Channel
The read, write, append and create flags are set here.
MULT - Static variable in class tcl.lang.Expression
 
mustCallInvoke(Interp) - Method in class tcl.lang.WrappedCommand
 

N

name - Variable in class tcl.lang.cmd.InterpAliasCmd
Name of alias command in slave interp.
name - Variable in class tcl.lang.Namespace
/The namespace's simple (unqualified) name.
Namespace - Class in tcl.lang
This structure contains a cached pointer to a namespace that is the result of resolving the namespace's name in some other namespace.
Namespace() - Constructor for class tcl.lang.Namespace
 
Namespace.DeleteProc - Interface in tcl.lang
This interface is used to provide a callback when a namespace is deleted
Namespace.GetNamespaceForQualNameResult - Class in tcl.lang
 
Namespace.GetNamespaceForQualNameResult() - Constructor for class tcl.lang.Namespace.GetNamespaceForQualNameResult
 
Namespace.ResolvedNsName - Class in tcl.lang
 
Namespace.ResolvedNsName() - Constructor for class tcl.lang.Namespace.ResolvedNsName
 
NAMESPACE_ONLY - Static variable in class tcl.lang.TCL
 
NamespaceCmd - Class in tcl.lang.cmd
This class implements the built-in "namespace" command in Tcl.
NamespaceCmd() - Constructor for class tcl.lang.cmd.NamespaceCmd
 
NEQ - Static variable in class tcl.lang.Expression
 
nestLevel - Variable in class tcl.lang.Interp
Number of times the interp.eval() routine has been recursively invoked.
newCallFrame(Procedure, TclObject[]) - Method in class tcl.lang.Interp
Creates a new callframe.
newCallFrame() - Method in class tcl.lang.Interp
Creates a new callframe.
newCallFrame(Interp) - Static method in class tcl.pkg.itcl.ItclAccess
 
newInstance(Interp) - Static method in class tcl.lang.process.TclProcess
Create a new platform-specific instance of a TclProcess subclass.
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() - Static method in class tcl.lang.TclDict
Creates a new instance of a TclObject with a TclDict internal rep.
newInstance(double) - Static method in class tcl.lang.TclDouble
 
newInstance(long) - 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.
newInstance(Object) - Static method in class tcl.lang.TclString
 
newInstance(char) - Static method in class tcl.lang.TclString
Create a TclObject with an internal TclString representation whose initial value is a string with the single character.
newInstance(Interp, Class, Object) - Static method in class tcl.pkg.java.ReflectObject
 
newProcedure(Interp, Namespace, String, TclObject, TclObject, String, int) - Static method in class tcl.pkg.itcl.ItclAccess
 
newVar() - Static method in class tcl.pkg.itcl.ItclAccess
 
nextIndex - Variable in class tcl.lang.BackSlashResult
script index that follows backslash sequence
nextIndex - Variable in class tcl.lang.ParseResult
Points to the next character to be parsed.
NO_EVAL - Static variable in class tcl.lang.TCL
 
NOCONVERT - Static variable in class tcl.pkg.java.ReflectObject
 
nonBlockingOutputStream - Variable in class tcl.lang.channel.Channel
This OutputStream prevents outputs from blocking on a non-blocking channel
NonInteractiveShell - Class in tcl.lang
This class creates a Shell that has tcl_interactive set to 0.
NonInteractiveShell() - Constructor for class tcl.lang.NonInteractiveShell
 
NOT - Static variable in class tcl.lang.Expression
 
Notifier - Class in tcl.lang
Implements the Jacl version of the Notifier class.
ns - Variable in class tcl.lang.CallFrame
The Namespace this CallFrame is executing in.
ns - Variable in class tcl.lang.cmd.ProcCmd.FindCommandNamespaceResult
 
ns - Variable in class tcl.lang.Namespace.GetNamespaceForQualNameResult
 
ns - Variable in class tcl.lang.Namespace.ResolvedNsName
Reference to the namespace object
ns - Variable in class tcl.lang.Var
Reference to the namespace that contains this variable.
ns - Variable in class tcl.lang.WrappedCommand
The namespace where the command is located
NS_DEAD - Static variable in class tcl.lang.Namespace
NS_DEAD - 1 means deleteNamespace has been called to delete the namespace and no call frames still refer to it.
nsId - Variable in class tcl.lang.Namespace
unique id for the namespace
nsId - Variable in class tcl.lang.Namespace.ResolvedNsName
sPtr's unique namespace id.
nullStringValue() - Method in class tcl.lang.ExprValue
 
numExportPatterns - Variable in class tcl.lang.Namespace
Number of export patterns currently registered using "namespace export".

O

objv - Variable in class tcl.lang.CallFrame
Stores the arguments of the procedure associated with this CallFrame.
OK - Static variable in class tcl.lang.TCL
 
open(Interp, String, int) - Method in class tcl.lang.channel.FileChannel
Open a file with the read/write permissions determined by modeFlags.
open(Interp, String, int) - Method in class tcl.lang.channel.PipelineChannel
Open a new pipeline channel
open(Interp, String, int) - Method in class tcl.lang.channel.ResourceChannel
Open a resource with the read/write permissions determined by modeFlags.
OPEN_PAREN - Static variable in class tcl.lang.Expression
 
OpenCmd - Class in tcl.lang.cmd
This class implements the built-in "open" command in Tcl.
OpenCmd() - Constructor for class tcl.lang.cmd.OpenCmd
 
operatorStrings - Static variable in class tcl.lang.Expression
Mapping from operator numbers to strings; used for error messages.
optIntPlus(ExprValue) - Method in class tcl.lang.ExprValue
 
optIntUnaryNot() - Method in class tcl.lang.ExprValue
 
optIntUnaryNotNstr() - Method in class tcl.lang.ExprValue
 
OR - Static variable in class tcl.lang.Expression
 
outputBuffer - Variable in class tcl.lang.channel.Channel
This OutputStream buffers output data for the Channel
outputEofChar - Variable in class tcl.lang.channel.Channel
If nonzero, append this to a writeable channel on close.
outputStream - Variable in class tcl.lang.process.Redirect
And output stream, for STREAM redirects
outputTranslation - Variable in class tcl.lang.channel.Channel
Output translation mode for end-of-line character

P

PackageCmd - Class in tcl.lang.cmd
 
PackageCmd() - Constructor for class tcl.lang.cmd.PackageCmd
 
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
 
packageTable - Variable in class tcl.lang.Interp
 
packageUnknown - Variable in class tcl.lang.Interp
 
parent - Variable in class tcl.lang.Namespace
reference to the namespace that contains this one.
PARSE_PART1 - Static variable in class tcl.lang.TCL
 
parseFlagString(String, boolean) - Method in class tcl.lang.Regex
Parse up a embedded options string or an xflags string and modify this.flags.
Parser - Class in tcl.lang
This class contains methods that parse Tcl scripts.
Parser() - Constructor for class tcl.lang.Parser
 
ParseResult - Class in tcl.lang
This class stores a single word that's generated inside the Tcl parser inside the Interp class.
ParseResult(TclObject, int) - Constructor for class tcl.lang.ParseResult
Assume that the caller has already preserve()'ed the TclObject.
parseSubSpec(String) - Static method in class tcl.lang.Regex
------------------------------------------------------------------------ ----- parseSubSpec -- Parses the replacement string (subSpec param) which is in Tcl's form.
parseVar(Interp, String) - Static method in class tcl.lang.Parser
 
PATH_ABSOLUTE - Static variable in class tcl.lang.FileUtil
 
PATH_RELATIVE - Static variable in class tcl.lang.FileUtil
 
PATH_VOLUME_RELATIVE - Static variable in class tcl.lang.FileUtil
 
PidCmd - Class in tcl.lang.cmd
implement TCL 'pid' command.
PidCmd() - Constructor for class tcl.lang.cmd.PidCmd
 
Pipeline - Class in tcl.lang
This class encapsulates a pipeline of operating system commands
Pipeline(Interp, TclObject[], int) - Constructor for class tcl.lang.Pipeline
Create a Pipeline initialized with commands.
PipelineChannel - Class in tcl.lang.channel
This class provides a Channel view of a Pipeline object
PipelineChannel() - Constructor for class tcl.lang.channel.PipelineChannel
 
pipePartner - Variable in class tcl.lang.process.Redirect
The TclProcess on the other side of the pipe, for PIPE redirects
PkgInvoker - Class in tcl.pkg.java.reflect
 
PkgInvoker() - Constructor for class tcl.pkg.java.reflect.PkgInvoker
 
pkgProvide(Interp, String, String) - Static method in class tcl.lang.cmd.PackageCmd
 
pkgProvide(String, String) - Method in class tcl.lang.Interp
This procedure is invoked to declare that a particular version of a particular package is now present in an interpreter.
pkgRequire(Interp, String, String, boolean) - Static method in class tcl.lang.cmd.PackageCmd
 
pkgRequire(String, String, boolean) - Method in class tcl.lang.Interp
This procedure is called by code that depends on a particular version of a particular package.
PLATFORM - Static variable in class tcl.lang.JACL
 
PLATFORM_MAC - Static variable in class tcl.lang.JACL
 
PLATFORM_UNIX - Static variable in class tcl.lang.JACL
 
PLATFORM_WINDOWS - Static variable in class tcl.lang.JACL
 
PLUS - Static variable in class tcl.lang.Expression
 
popCallFrame(Interp) - Static method in class tcl.lang.Namespace
 
popLocalCallFrame(Interp, CallFrame) - Static method in class tcl.pkg.tjc.TJC
 
precTable - Static variable in class tcl.lang.Expression
Precedence table.
preserve() - Method in class tcl.lang.Notifier
Increment the reference count of the 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.
preventAliasLoop(Interp, WrappedCommand) - Method in class tcl.lang.Interp
TclPreventAliasLoop -> preventAliasLoop When defining an alias or renaming a command, prevent an alias loop from being formed.
printDouble(double) - Static method in class tcl.lang.Util
printDouble -- Returns the string form of a double number.
ProcCmd - Class in tcl.lang.cmd
This class implements the built-in "proc" command in Tcl.
ProcCmd() - Constructor for class tcl.lang.cmd.ProcCmd
 
ProcCmd.FindCommandNamespaceResult - Class in tcl.lang.cmd
 
ProcCmd.FindCommandNamespaceResult() - Constructor for class tcl.lang.cmd.ProcCmd.FindCommandNamespaceResult
 
Procedure - Class in tcl.lang
This class implements the body of a Tcl procedure.
Procedure(Interp, Namespace, String, TclObject, TclObject, String, int) - Constructor for class tcl.lang.Procedure
 
process - Variable in class tcl.lang.process.JavaProcess
The Java Process object
processBuilder - Variable in class tcl.lang.process.JavaProcess
The Java ProcessBuilder object
processEvent(int) - Method in class tcl.lang.channel.FileEvent
 
processEvent(int) - Method in class tcl.lang.channel.SocketConnectionEvent
 
processEvent(int) - Method in class tcl.lang.TclEvent
Process the event.
processIdleEvent() - Method in class tcl.lang.IdleHandler
This method is called when the idle is expired.
processTclEvents(Notifier) - Static method in class tcl.lang.Notifier
 
processTimerEvent() - Method in class tcl.lang.TimerHandler
This method is called when the timer is expired.
processUnexpectedResult(int) - Method in class tcl.lang.Interp
Procedure called by Tcl_EvalObj to set the interpreter's result value to an appropriate error message when the code it evaluates returns an unexpected result code (not TCL_OK and not TCL_ERROR) to the topmost evaluation level.
pushCallFrame(Interp, CallFrame, Namespace, boolean) - Static method in class tcl.lang.Namespace
 
pushLocalCallFrame(Interp, Namespace) - Static method in class tcl.pkg.tjc.TJC
 
put(Interp, TclObject, TclObject, TclObject) - Static method in class tcl.lang.TclDict
Tcl_DictObjPut.
putKeyList(Interp, TclObject, TclObject[], int, int, TclObject) - Static method in class tcl.lang.TclDict
Tcl_DictObjPutKeyList.
PutsCmd - Class in tcl.lang.cmd
This class implements the built-in "puts" command in Tcl.
PutsCmd() - Constructor for class tcl.lang.cmd.PutsCmd
 
PwdCmd - Class in tcl.lang.cmd
 
PwdCmd() - Constructor for class tcl.lang.cmd.PwdCmd
 

Q

QSort - Class in tcl.lang
Sorts an array of TclObjects.
QSort() - Constructor for class tcl.lang.QSort
 
QUESTY - Static variable in class tcl.lang.Expression
 
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
Insert an event into the event queue at one of three positions: the head, the tail, or before a floating marker.
queueFileEvent(Interp, Channel, int) - Static method in class tcl.lang.channel.FileEvent
Create a new FileEvent and add it to the TclEvent queue.

R

rawInputStream - Variable in class tcl.lang.channel.Channel
The underlying input stream offered by the implementation
rawOutputStream - Variable in class tcl.lang.channel.Channel
The underlying output stream offered by the implementation
RDONLY - Static variable in class tcl.lang.TclIO
Open read-only
RDWR - Static variable in class tcl.lang.TclIO
Open for reading and writing
read(Interp, TclObject, int, int) - Method in class tcl.lang.channel.Channel
Tcl_ReadChars -> read Read data from this Channel into the given TclObject.
read() - Method in class tcl.lang.ManagedSystemInStream
 
read(byte[]) - Method in class tcl.lang.ManagedSystemInStream
 
read(byte[], int, int) - Method in class tcl.lang.ManagedSystemInStream
 
READ_ALL - Static variable in class tcl.lang.TclIO
Read all available input, until EOF
READ_LINE - Static variable in class tcl.lang.TclIO
Read up to end of line
READ_N_BYTES - Static variable in class tcl.lang.TclIO
Read a specified number of bytes
READ_OWNERSHIP - Static variable in class tcl.lang.channel.Channel
Indicate that thread wants read ownership
READABLE - Static variable in class tcl.lang.channel.FileEvent
Indicates a READ file event
ReadCmd - Class in tcl.lang.cmd
This class implements the built-in "read" command in Tcl.
ReadCmd() - Constructor for class tcl.lang.cmd.ReadCmd
 
ReadInputStreamChannel - Class in tcl.lang.channel
The ReadInputStreamChannel class is a bridge between existing Java InputStream objects and Tcl channels.
ReadInputStreamChannel(Interp, InputStream) - Constructor for class tcl.lang.channel.ReadInputStreamChannel
Constructor - creates a new ReadInputStreamChannel object that will read from the passed in InputStream.
ready() - Method in class tcl.lang.Interp
Check if an interpreter is ready to eval commands or scripts, i.e., if it was not deleted and if the nesting level is not too high.
REAL - Static variable in class tcl.lang.QSort
 
recordAndEval(TclObject, int) - Method in class tcl.lang.Interp
This procedure adds its command argument to the current list of recorded events and then executes the command by calling eval.
Redirect - Class in tcl.lang.process
Represents a redirection on one of the streams attached to a TclProcess.
Redirect(TclProcess) - Constructor for class tcl.lang.process.Redirect
Create a PIPE redirect
Redirect(File, String, boolean) - Constructor for class tcl.lang.process.Redirect
Create a File redirect
Redirect(Channel, boolean) - Constructor for class tcl.lang.process.Redirect
Create a Tcl Channel redirect
Redirect.Type - Enum in tcl.lang.process
The types of redirection that can be defined
refCount - Variable in class tcl.lang.channel.Channel
How many interpreters hold references to this IO channel?
refCount - Variable in class tcl.lang.Namespace
Count of references by nsName objects.
refCount - Variable in class tcl.lang.Namespace.ResolvedNsName
Reference count: 1 for each nsName object that has a pointer to this ResolvedNsName structure as its internal rep.
refCount - Variable in class tcl.lang.Var
Counts number of active uses of this variable, not including its entry in the call frame or the hash table: 1 for each additional variable whose link points here, 1 for each nested trace active on variable, and 1 if the variable is a namespace variable.
reflectConflictTable - Variable in class tcl.lang.Interp
Table used to store reflect hash index conflicts, see ReflectObject implementation for more details
reflectObjCount - Variable in class tcl.lang.Interp
Number of reflect objects created so far inside this Interp (including those that have be freed)
ReflectObject - Class in tcl.pkg.java
A ReflectObject is used to create and access arbitrary Java objects using the Java Reflection API.
ReflectObject() - Constructor for class tcl.pkg.java.ReflectObject
 
reflectObjTable - Variable in class tcl.lang.Interp
Translates Object to ReflectObject.
refNs - Variable in class tcl.lang.Namespace.ResolvedNsName
reference to the namespace containing the reference (not the namespace that contains the referenced namespace).
Regex - Class in tcl.lang
The Regex class can be used to match a TCL-style regular expression against a string and optionally replace the matched parts with new strings.
Regex(String, String, int, int) - Constructor for class tcl.lang.Regex
Stores params in object and compiles given regexp.
Regex(String, String, int) - Constructor for class tcl.lang.Regex
Stores params in object and compiles given regexp.
Regex(String, String, int, int, String) - Constructor for class tcl.lang.Regex
Stores params in object and compiles given regexp.
RegexpCmd - Class in tcl.lang.cmd
This class implements the built-in "regexp" command in Tcl.
RegexpCmd() - Constructor for class tcl.lang.cmd.RegexpCmd
 
regExpMatch(Interp, String, TclObject) - Static method in class tcl.lang.Util
regExpMatch -- See if a string matches a regular expression.
register(Interp, Channel, int, TclObject) - Static method in class tcl.lang.channel.FileEventScript
Create a FileEventScript, and register it in the interpreter, and queue the first FileEvent
register(Notifier) - Method in class tcl.lang.IdleHandler
Register Idle handler in the list of handlers for the given Notifier
registerChannel(Interp, Channel) - Static method in class tcl.lang.TclIO
Register a channel in this interpreter's channel table.
RegsubCmd - Class in tcl.lang.cmd
This class implements the built-in "regsub" command in Tcl.
RegsubCmd() - Constructor for class tcl.lang.cmd.RegsubCmd
 
release() - Method in class tcl.lang.Notifier
Decrement the reference count of the notifier.
release() - Method in class tcl.lang.ParseResult
 
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.
releaseExprValue(ExprValue) - Method in class tcl.lang.Expression
 
releaseObjv(Interp, TclObject[], int) - Static method in class tcl.lang.Parser
 
releaseObjv(Interp, TclObject[], int) - Static method in class tcl.pkg.tjc.TJC
 
releaseObjvElems(Interp, TclObject[], int) - Static method in class tcl.pkg.tjc.TJC
 
remove(Interp, TclObject, TclObject) - Static method in class tcl.lang.TclDict
Tcl_DictObjRemove.
removeAllCommandTraces() - Method in class tcl.lang.WrappedCommand
Eliminate all the command traces on thsi command
removeCache(String) - Method in class tcl.lang.TclClassLoader
Remove the given className from the internal cache.
removeInterpResolver(String) - Method in class tcl.lang.Interp
Removes a set of command/variable resolution procedures previously added by addInterpResolver.
removeKeyList(Interp, TclObject, TclObject[], int, int) - Static method in class tcl.lang.TclDict
Tcl_DictObjRemoveKeyList.
removeSearch(String) - Method in class tcl.lang.Var
Find the SearchId object in the sidVec list and remove it.
RENAME - Static variable in class tcl.lang.CommandTrace
Indicates a CommandTrace that will execute on a command rename
RenameCmd - Class in tcl.lang.cmd
This class implements the built-in "rename" command in Tcl.
RenameCmd() - Constructor for class tcl.lang.cmd.RenameCmd
 
renameCommand(String, String) - Method in class tcl.lang.Interp
Called to give an existing Tcl command a different name.
replace(String, boolean) - Method in class tcl.lang.Regex
Replaces the subsequence(s) of the input sequence that match the pattern with the given TCL-style replacement string.
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
This procedure resets this interpreter's result object.
resolveArray(Var) - Static method in class tcl.lang.Var
 
resolveCmd(Interp, String, Namespace, int) - Method in interface tcl.lang.Resolver
 
resolveCmd(Interp, String) - Static method in class tcl.pkg.tjc.TJC
 
resolver - Variable in class tcl.lang.Namespace
If non-null, this object overrides the usual command and variable resolution mechanism in Tcl.
Resolver - Interface in tcl.lang
The Resolver interface specifies the methods that a new Tcl resolver must implement.
resolveScalar(Var) - Static method in class tcl.lang.Var
 
resolveVar(Interp, String, Namespace, int) - Method in interface tcl.lang.Resolver
 
ResourceChannel - Class in tcl.lang.channel
Subclass of the abstract class Channel.
ResourceChannel() - Constructor for class tcl.lang.channel.ResourceChannel
 
RETURN - Static variable in class tcl.lang.TCL
 
ReturnCmd - Class in tcl.lang.cmd
 
ReturnCmd() - Constructor for class tcl.lang.cmd.ReturnCmd
 
returnCode - Variable in class tcl.lang.Interp
Completion code to return if current procedure exits with a TCL_RETURN code.
RIGHT_SHIFT - Static variable in class tcl.lang.Expression
 
run() - Method in class tcl.lang.ConsoleThread
Called by the JVM to start the execution of the console thread.
run() - Method in class tcl.lang.ManagedSystemInStream
Reads from System.in directly in a separate thread.
run() - Method in class tcl.lang.Pipeline
 
run() - Method in class tcl.pkg.fleet.FleetMember
 
run() - Method in class tcl.pkg.java.UnsupportedJDetachCallCmd
 
run() - Method in class tcl.pkg.tjc.TJCThread
 

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
 
savedException - Variable in class tcl.lang.process.TclProcess
An exception to be thrown in the main thread, but caught in any child thread
saveIOException(IOException) - Method in class tcl.lang.process.TclProcess
 
ScanCmd - Class in tcl.lang.cmd
This class implements the built-in "scan" command in Tcl.
ScanCmd() - Constructor for class tcl.lang.cmd.ScanCmd
 
scanElement(Interp, String) - Static method in class tcl.lang.Util
Tcl_ScanElement -> scanElement This procedure is a companion procedure to convertElement.
scriptFile - Variable in class tcl.lang.Interp
The script file currently under execution.
SearchId - Class in tcl.lang
SearchId is used only by the ArrayVar class.
SearchId(Iterator, String, int) - Constructor for class tcl.lang.SearchId
A SearchId is only created from an ArrayVar object.
seek(Interp, long, int) - Method in class tcl.lang.channel.Channel
Move the current file pointer.
seek(Interp, long, int) - Method in class tcl.lang.channel.SeekableChannel
Move the current file pointer.
seek(Interp, long, int) - Method in class tcl.lang.channel.ServerSocketChannel
Override to provide specific errors for server socket.
SEEK_CUR - Static variable in class tcl.lang.TclIO
Seek relative to the current position in the file
SEEK_END - Static variable in class tcl.lang.TclIO
Seek relative to the end of the file
SEEK_SET - Static variable in class tcl.lang.TclIO
Seek relative to the beginning of the file
SeekableChannel - Class in tcl.lang.channel
Subclass of Channel that supports seeking
SeekableChannel() - Constructor for class tcl.lang.channel.SeekableChannel
 
SeekCmd - Class in tcl.lang.cmd
This class implements the built-in "seek" command in Tcl.
SeekCmd() - Constructor for class tcl.lang.cmd.SeekCmd
 
ServerSocketChannel - Class in tcl.lang.channel
The ServerSocketChannel class implements a channel object for ServerSocket connections, created using the socket -server command.
ServerSocketChannel(Interp, String, int, TclObject) - Constructor for class tcl.lang.channel.ServerSocketChannel
Creates a new ServerSocketChannel object with the given options.
set(TclObject, double) - Static method in class tcl.lang.TclDouble
 
set(TclObject, long) - Static method in class tcl.lang.TclInteger
Changes the integer value of the object.
setAllowXFlags(boolean) - Method in class tcl.lang.cmd.RegexpCmd
Sets this instance of RegexpCmd to interpret and pass on the arguments of -xflags.
setAssocData(String, AssocData) - Method in class tcl.lang.Interp
Creates a named association between user-specified data and this interpreter.
setBlocking(boolean) - Method in class tcl.lang.channel.Channel
Set blocking mode.
setBuffering(int) - Method in class tcl.lang.channel.Channel
Set buffering mode
setBufferSize(int) - Method in class tcl.lang.channel.Channel
Tcl_SetChannelBufferSize -> setBufferSize Sets the buffer size
setCallFrameObjv(CallFrame, TclObject[]) - Static method in class tcl.pkg.itcl.ItclAccess
 
SetCmd - Class in tcl.lang.cmd
 
SetCmd() - Constructor for class tcl.lang.cmd.SetCmd
 
setCommand(List<String>) - Method in class tcl.lang.process.TclProcess
Set the command words to be executed
setCompletionCode(int) - Method in exception tcl.lang.TclException
Sets the current completion code.
setDeleted(boolean) - Method in class tcl.lang.ExecutionTrace
 
setDoubleValue(double) - Method in class tcl.lang.ExprValue
 
setDoubleValue(double, String) - Method in class tcl.lang.ExprValue
 
setElement(Interp, TclObject, int, TclObject) - Static method in class tcl.lang.TclList
TclListObjSetElement -- Set a single element of a list to a specified value Side effects: Tcl_Panic if listPtr designates a shared object.
setEncoding(String) - Method in class tcl.lang.channel.Channel
Set new Java encoding.
setErr(PrintStream) - Static method in class tcl.lang.channel.StdChannel
Deprecated. 
setErrorCode(TclObject) - Method in class tcl.lang.Interp
This procedure is called to record machine-readable information about an error that is about to be returned.
setExecInBackground(boolean) - Method in class tcl.lang.Pipeline
 
setField(Field, Object, Object) - Method in class tcl.pkg.java.reflect.PkgInvoker
 
setIn(InputStream) - Static method in class tcl.lang.channel.StdChannel
Deprecated. 
setInputEofChar(char) - Method in class tcl.lang.channel.Channel
Set new input eof character, if channel is readable
setInputStream(InputStream) - Method in class tcl.lang.process.Redirect
 
setInputTranslation(int) - Method in class tcl.lang.channel.Channel
Set new input translation if this channel is not write-only
setInterrupted() - Method in class tcl.lang.Interp
Invoke this method to indicate that an executing interp should be interrupted at the next safe moment.
setIntValue(long) - Method in class tcl.lang.ExprValue
 
setIntValue(long, 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.
setMaxNestingDepth(int) - Method in class tcl.lang.Interp
Set new value for maxNestingDepth
setNameOfExecutable(String) - Method in class tcl.lang.Interp
Set the name of the executable file to invoke JTcl.
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.channel.StdChannel
Deprecated. 
setOutputEofChar(char) - Method in class tcl.lang.channel.Channel
Set new output eof character if this channel is writeable
setOutputStream(OutputStream) - Method in class tcl.lang.process.Redirect
 
setOutputTranslation(int) - Method in class tcl.lang.channel.AbstractSocketChannel
if output translation is set to AUTO, sockets are crlf regardless of platform
setOutputTranslation(int) - Method in class tcl.lang.channel.Channel
Set new output translation if this channel is writeable
setOwnership(boolean, int) - Method in class tcl.lang.channel.Channel
Ask for or give up ownership to channel
setOwnership(boolean, int, long) - Method in class tcl.lang.channel.Channel
Ask for or give up ownership to channel
setProcCallFrameFalse(CallFrame) - Static method in class tcl.pkg.itcl.ItclAccess
 
setResult(TclObject) - Method in class tcl.lang.Interp
Arrange for the given Tcl Object to be placed as the result object for the interpreter.
setResult(String) - Method in class tcl.lang.Interp
Set this interpreter's result object to a String value.
setResult(long) - Method in class tcl.lang.Interp
Set this interpreter's result object to a long value.
setResult(double) - Method in class tcl.lang.Interp
Set this interpreter's result object to a double value.
setResult(boolean) - Method in class tcl.lang.Interp
Set this interpreter's result object to a boolean value.
setShellClassName(String) - Method in class tcl.lang.Interp
Set the name of the shell class name to invoke JTcl.
setStderrRedirect(Redirect) - Method in class tcl.lang.Pipeline
 
setStderrRedirect(Redirect) - Method in class tcl.lang.process.TclProcess
 
setStdinRedirect(Redirect) - Method in class tcl.lang.Pipeline
 
setStdinRedirect(Redirect) - Method in class tcl.lang.process.TclProcess
 
setStdinUsedForCommandInput(boolean) - Static method in class tcl.lang.channel.FileEvent
 
setStdoutRedirect(Redirect) - Method in class tcl.lang.Pipeline
 
setStdoutRedirect(Redirect) - Method in class tcl.lang.process.TclProcess
 
setStringValue(String) - Method in class tcl.lang.ExprValue
 
setValue(ExprValue) - Method in class tcl.lang.ExprValue
 
setValue(TclObject) - Method in class tcl.lang.Var
Set the value of this Var (either as a scalar or as an array element)
setVar(TclObject, TclObject, int) - Method in class tcl.lang.Interp
Set the value of a variable
setVar(String, TclObject, int) - Method in class tcl.lang.Interp
Set the value of a variable
setVar(String, String, TclObject, int) - Method in class tcl.lang.Interp
Set the value of a variable
setVar(String, String, int) - Method in class tcl.lang.Interp
Set the value of a variable
setVar(String, String, String, int) - Method in class tcl.lang.Interp
Set a variable to the value of a String
setVar(String, String, long, int) - Method in class tcl.lang.Interp
Set a variable to the value in a long argument.
setVar(String, String, double, int) - Method in class tcl.lang.Interp
Set a variable to the value of a double
setVar(String, String, boolean, int) - Method in class tcl.lang.Interp
Set a variable to the value of a boolean
setVar(Interp, String, String, TclObject, int) - Static method in class tcl.lang.Var
Tcl_SetVar2Ex -> setVar Given a two-part variable name, which may refer either to a scalar variable or an element of an array, change the value of the variable to a new Tcl object value.
setVarArray(Interp, String, String, TclObject, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
setVarArray(Interp, String, String, String, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
setVarCompiledLocalArray(Interp, String, String, TclObject, Var) - Static method in class tcl.lang.Var
 
setVarCompiledLocalArrayInvalid(Interp, String, String, TclObject) - Static method in class tcl.lang.Var
 
setVarCompiledLocalScalarInvalid(Interp, String, TclObject) - Static method in class tcl.lang.Var
 
setVarNamespace() - Method in class tcl.lang.Var
 
setVarScalar(Interp, String, TclObject, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
setVarScalar(Interp, String, String, Var[], int) - Method in class tcl.pkg.tjc.TJC.CompiledCommand
 
setVarTable(CallFrame, HashMap) - Static method in class tcl.pkg.itcl.ItclAccess
 
setWorkingDir(String) - Method in class tcl.lang.Interp
Set the current working directory for this interpreter.
setWorkingDir(File) - Method in class tcl.lang.process.JavaProcess
 
setWorkingDir(File) - Method in class tcl.lang.process.TclProcess
 
setWrappedCommand(Procedure, WrappedCommand) - Static method in class tcl.pkg.itcl.ItclAccess
 
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
 
sidVec - Variable in class tcl.lang.Var
 
simpleName - Variable in class tcl.lang.Namespace.GetNamespaceForQualNameResult
 
size(Interp, TclObject) - Static method in class tcl.lang.TclDict
Tcl_DictObjSize.
slave - Variable in class tcl.lang.Interp
Information necessary for this interp to function as a slave.
slaveTable - Variable in class tcl.lang.Interp
Information used by InterpCmd.java to keep track of master/slave interps on a per-interp basis.
SocketChannel - Class in tcl.lang.channel
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.channel.SocketChannel
Constructor - creates a new SocketChannel object with the given options.
SocketChannel(Interp, Socket) - Constructor for class tcl.lang.channel.SocketChannel
Constructor for making SocketChannel objects from connections made to a ServerSocket.
SocketCmd - Class in tcl.lang.cmd
This class implements the built-in "socket" command in Tcl.
SocketCmd() - Constructor for class tcl.lang.cmd.SocketCmd
 
SocketConnectionEvent - Class in tcl.lang.channel
A subclass of TclEvent used to indicate that a connection has been made to a server socket.
SocketConnectionEvent(Interp, TclObject, Socket, ServerSocket) - Constructor for class tcl.lang.channel.SocketConnectionEvent
Create a new event to process a new socket connection
sort(Interp, TclObject, int, int, boolean, boolean, String) - Static method in class tcl.lang.TclList
Sorts the list according to the sort mode and (optional) sort command.
SourceCmd - Class in tcl.lang.cmd
This class implements the built-in "source" command in Tcl.
SourceCmd() - Constructor for class tcl.lang.cmd.SourceCmd
 
sourceInitFile(Interp, String, String[], String) - Static method in class tcl.pkg.tjc.TJC
 
specifiedFilePath - Variable in class tcl.lang.process.Redirect
A filename for file directs as specified to Tcl; used for error messages
splitAndTranslate(Interp, String) - Static method in class tcl.lang.FileUtil
Split the path.
SplitCmd - Class in tcl.lang.cmd
This class implements the built-in "split" command in Tcl.
SplitCmd() - Constructor for class tcl.lang.cmd.SplitCmd
 
splitPath(Interp, String) - Static method in class tcl.lang.FileUtil
Turn one path into a list of components.
start() - Method in class tcl.lang.channel.Fcopy
Start the copy process.
start() - Method in class tcl.lang.process.JavaProcess
 
start() - Method in class tcl.lang.process.TclProcess
Start the process executing, and register streams with any STREAM redirects
start() - Method in class tcl.lang.Regex
 
start(int) - Method in class tcl.lang.Regex
 
startThread() - Static method in class tcl.pkg.tjc.TJCThread
 
STATUS_ERROR - Static variable in class tcl.pkg.fleet.FleetMember
 
STATUS_ERROR - Static variable in class tcl.pkg.tjc.TJCThread
 
STATUS_OK - Static variable in class tcl.pkg.fleet.FleetMember
 
STATUS_OK - Static variable in class tcl.pkg.tjc.TJCThread
 
StdChannel - Class in tcl.lang.channel
Subclass of the abstract class Channel.
StdChannel(int) - Constructor for class tcl.lang.channel.StdChannel
 
STDERR - Static variable in class tcl.lang.channel.StdChannel
Used to indicate that this channel is a standard error channel
stderrCoupler - Variable in class tcl.lang.process.JavaProcess
Coupler that reads this process's stderr
stderrRedirect - Variable in class tcl.lang.process.TclProcess
A tcl.lang.process.Redirect object specifying where stderr is redirected to
stderrStream - Variable in class tcl.lang.process.JavaProcess
The sink for this process's stderr
stderrToStdout() - Static method in class tcl.lang.process.Redirect
 
STDIN - Static variable in class tcl.lang.channel.StdChannel
Used to indicate that this channel is a standard input channel
stdinRedirect - Variable in class tcl.lang.process.TclProcess
A tcl.lang.process.Redirect object specifying where stdin is redirected from
stdinStream - Variable in class tcl.lang.process.JavaProcess
The source of bytes for this process's stdin
STDOUT - Static variable in class tcl.lang.channel.StdChannel
Used to indicate that this channel is a standard output channel
stdoutCoupler - Variable in class tcl.lang.process.JavaProcess
Coupler that reads this process's stdout
stdoutRedirect - Variable in class tcl.lang.process.TclProcess
A tcl.lang.process.Redirect object specifying where stdout is redirected to
stdoutStream - Variable in class tcl.lang.process.JavaProcess
The sink for this process's stdout
stream() - Static method in class tcl.lang.process.Redirect
Create an STREAM redirect
STREQ - Static variable in class tcl.lang.Expression
 
STRING - Static variable in class tcl.lang.ExprValue
 
StringCmd - Class in tcl.lang.cmd
This class implements the built-in "string" command in Tcl.
StringCmd() - Constructor for class tcl.lang.cmd.StringCmd
 
stringFirst(Interp, String, String, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
stringIndex(Interp, String, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
stringLast(Interp, String, String, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
stringMatch(String, String) - Static method in class tcl.lang.Util
stringMatch -- See if a particular string matches a particular pattern.
stringRange(Interp, String, TclObject, TclObject) - Static method in class tcl.pkg.tjc.TJC
 
STRNEQ - Static variable in class tcl.lang.Expression
 
strtod(String, int, int, StrtodResult) - Static method in class tcl.lang.Util
strtod -- Converts the leading decimal digits of a string into double and report the index of the character immediately following the digits.
strtodResult - Variable in class tcl.lang.Interp
Used by callers of Util.strtod().
StrtodResult - Class in tcl.lang
 
StrtodResult() - Constructor for class tcl.lang.StrtodResult
 
strtoul(String, int, int, StrtoulResult) - Static method in class tcl.lang.Util
Implements functionality of the strtoul() function used in the C Tcl library.
strtoulResult - Variable in class tcl.lang.Interp
Used by callers of Util.strtoul(), also used in FormatCmd.strtoul().
StrtoulResult - Class in tcl.lang
This class stores the result of the Util.strtoul() method.
StrtoulResult() - Constructor for class tcl.lang.StrtoulResult
 
SubstCmd - Class in tcl.lang.cmd
This class implements the built-in "subst" command in Tcl.
SubstCmd() - Constructor for class tcl.lang.cmd.SubstCmd
 
SWITCH_MODE_EXACT - Static variable in class tcl.pkg.tjc.TJC
 
SWITCH_MODE_GLOB - Static variable in class tcl.pkg.tjc.TJC
 
SWITCH_MODE_REGEXP - Static variable in class tcl.pkg.tjc.TJC
 
SwitchCmd - Class in tcl.lang.cmd
This class implements the built-in "switch" command in Tcl.
SwitchCmd() - Constructor for class tcl.lang.cmd.SwitchCmd
 
switchStringIsNotOption(Interp, String) - Static method in class tcl.pkg.tjc.TJC
 
sync() - Method in class tcl.lang.TclEvent
Wait until this event has been processed.
systemEncodingChangesStdoutStderr - Variable in class tcl.lang.Interp
Set to true if [encoding system] can set the encoding for stdout and stderr.
systemIn - Static variable in class tcl.lang.Interp
Using System.in directly creates non-interruptible block during System.in.read().
systemJavaEncoding - Static variable in class tcl.lang.cmd.EncodingCmd
The java equivalent name (either java.nio or java.io/java.lang) of the value returned for 'encoding system'
systemTclEncoding - Static variable in class tcl.lang.cmd.EncodingCmd
The encoding value set and returned by 'encoding system'

T

table - Variable in class tcl.lang.Var
If variable is in a hashtable, either the hash table entry that refers to this variable or null if the variable has been detached from its hash table (e.g.
table - Variable in class tcl.lang.WrappedCommand
Reference to the table that this command is defined inside.
tail(String) - Static method in class tcl.lang.cmd.NamespaceCmd
 
targetTable - Variable in class tcl.lang.Interp
Hash table for Target Records.
TCL - Class in tcl.lang
 
TCL() - Constructor for class tcl.lang.TCL
 
tcl.lang - package tcl.lang
 
tcl.lang.channel - package tcl.lang.channel
 
tcl.lang.cmd - package tcl.lang.cmd
 
tcl.lang.process - package tcl.lang.process
 
tcl.pkg.fleet - package tcl.pkg.fleet
 
tcl.pkg.itcl - package tcl.pkg.itcl
 
tcl.pkg.java - package tcl.pkg.java
 
tcl.pkg.java.reflect - package tcl.pkg.java.reflect
 
tcl.pkg.tjc - package tcl.pkg.tjc
 
TCL_BRACKET_TERM - Static variable in class tcl.lang.Parser
 
TCL_REG_ADVANCED - Static variable in class tcl.lang.Regex
AREs (also EREs) flag
TCL_REG_ADVF - Static variable in class tcl.lang.Regex
advanced features in ARE flag
TCL_REG_BASIC - Static variable in class tcl.lang.Regex
BRE flag (convenience)
TCL_REG_CANMATCH - Static variable in class tcl.lang.Regex
report details on partial/limited matches flag
TCL_REG_EXPANDED - Static variable in class tcl.lang.Regex
Expanded - comments and whitespace flag
TCL_REG_EXTENDED - Static variable in class tcl.lang.Regex
ERE flag
TCL_REG_NEWLINE - Static variable in class tcl.lang.Regex
Newlines are line terminators flag
TCL_REG_NLANCH - Static variable in class tcl.lang.Regex
^ matches after \n $ before flag
TCL_REG_NLSTOP - Static variable in class tcl.lang.Regex
\n doesn't match .
TCL_REG_NOCASE - Static variable in class tcl.lang.Regex
ignore case flag
TCL_REG_NOSUB - Static variable in class tcl.lang.Regex
don't care about subexpressions flag
TCL_REG_QUOTE - Static variable in class tcl.lang.Regex
regex is a literal flag
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.
TclByteArrayChannel - Class in tcl.lang.channel
Read and write channel for byte arrays, in the form of TclObjects
TclByteArrayChannel(Interp, TclObject) - Constructor for class tcl.lang.channel.TclByteArrayChannel
Construct a TclByteArrayChannel that reads from a TclObject.
TclByteArrayChannel(Interp) - Constructor for class tcl.lang.channel.TclByteArrayChannel
Construct a TclByteArrayChannel that writes to a TclObject.
TclClassLoader - Class in tcl.lang
TclClassLoader.java -- Implements the Class Loader for dynamically loading Tcl packages.
TclClassLoader(Interp, TclObject, ClassLoader) - Constructor for class tcl.lang.TclClassLoader
 
TclDict - Class in tcl.lang
This class implements the dict object type in Tcl.
TclDict.Visitor - Interface in tcl.lang
An interface to traverse (visit) each key-value pair in a Tcl dictionary object.
TclDouble - Class in tcl.lang
 
TclEvent - Class in tcl.lang
This is an abstract class that describes an event in the Jacl implementation of the notifier.
TclEvent() - Constructor for class tcl.lang.TclEvent
 
TclException - Exception in tcl.lang
TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclException(Interp, String, int, int) - Constructor for exception tcl.lang.TclException
Create an TclException with the given error message and completion code and indicate the location of the error in a script.
TclException(int) - Constructor for exception tcl.lang.TclException
Create a TclException with the given completion code.
TclException(Interp, String) - Constructor for exception tcl.lang.TclException
Create an TclException with the given error message.
TclException(Interp, String, int) - Constructor for exception tcl.lang.TclException
Create an TclException with the given error message and completion code.
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
 
TclIO - Class in tcl.lang
 
TclIO() - Constructor for class tcl.lang.TclIO
 
TclLambda - Class in tcl.lang
Lambda internal rep.
TclLindexList(Interp, TclObject, TclObject[], int) - Static method in class tcl.lang.cmd.LindexCmd
 
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(long) - 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
 
TclPosixException - Exception in tcl.lang
 
TclPosixException(Interp, int, String) - Constructor for exception tcl.lang.TclPosixException
Creates a TclException with the appropiate Tcl error message for posix error, and sets the interp's error code to a 3 element list (eg.
TclPosixException(Interp, int, boolean, String) - Constructor for exception tcl.lang.TclPosixException
Creates a TclException with the appropiate Tcl error message for posix error, and sets the interp's error code to a 3 element list (eg.
TclPosixException(Interp, IOException, boolean, String) - Constructor for exception tcl.lang.TclPosixException
Construct a TclPosixException from a Java IOException
TclProcess - Class in tcl.lang.process
This abstract class represents a process that may be executed from Tcl.
TclProcess() - Constructor for class tcl.lang.process.TclProcess
 
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.
TclRuntimeError(String, Throwable) - Constructor for exception tcl.lang.TclRuntimeError
Constructs a TclRuntimeError with the specified detail message and cause.
TclString - Class in tcl.lang
 
TclVarException - Exception in tcl.lang
This exception is used to report variable errors in Tcl.
TclVarException(Interp, String, String, String, String) - Constructor for exception tcl.lang.TclVarException
Creates an exception with the appropiate Tcl error message to indicate an error with variable access.
tell() - Method in class tcl.lang.channel.Channel
 
tell() - Method in class tcl.lang.channel.SeekableChannel
 
TellCmd - Class in tcl.lang.cmd
This class implements the built-in "tell" command in Tcl.
TellCmd() - Constructor for class tcl.lang.cmd.TellCmd
 
terminateThread() - Static method in class tcl.pkg.tjc.TJCThread
 
termOffset - Variable in class tcl.lang.Interp
Offset of character just after last one compiled or executed by Parser.eval2().
testForUnsupportedFlags() - Method in class tcl.lang.Regex
 
throwAnyExceptions() - Method in class tcl.lang.Pipeline
 
throwAnyExceptions() - Method in class tcl.lang.process.TclProcess
 
TimeCmd - Class in tcl.lang.cmd
This class implements the built-in "time" command in Tcl.
TimeCmd() - Constructor for class tcl.lang.cmd.TimeCmd
 
TIMER_EVENTS - Static variable in class tcl.lang.TCL
 
TimerHandler - Class in tcl.lang
This abstract class is used to define timer handlers.
TimerHandler(Notifier, long) - Constructor for class tcl.lang.TimerHandler
Create a timer handler to be fired after the given time lapse.
TJC - Class in tcl.pkg.tjc
 
TJC() - Constructor for class tcl.pkg.tjc.TJC
 
TJC.CompiledCommand - Class in tcl.pkg.tjc
 
TJC.CompiledCommand() - Constructor for class tcl.pkg.tjc.TJC.CompiledCommand
 
TJCBench - Class in tcl.pkg.tjc
 
TJCBench() - Constructor for class tcl.pkg.tjc.TJCBench
 
TJCCommandCmd - Class in tcl.pkg.tjc
 
TJCCommandCmd() - Constructor for class tcl.pkg.tjc.TJCCommandCmd
 
TJCCompileCmd - Class in tcl.pkg.tjc
 
TJCCompileCmd() - Constructor for class tcl.pkg.tjc.TJCCompileCmd
 
TJCPackageCmd - Class in tcl.pkg.tjc
 
TJCPackageCmd() - Constructor for class tcl.pkg.tjc.TJCPackageCmd
 
TJCReadyVar - Class in tcl.pkg.tjc
 
TJCReadyVar(Interp, String) - Constructor for class tcl.pkg.tjc.TJCReadyVar
 
TJCShell - Class in tcl.pkg.tjc
 
TJCShell() - Constructor for class tcl.pkg.tjc.TJCShell
 
TJCThread - Class in tcl.pkg.tjc
 
TJCThread() - Constructor for class tcl.pkg.tjc.TJCThread
 
TJCThread.CompiledClassReady - Interface in tcl.pkg.tjc
 
toString() - Method in class tcl.lang.CharPointer
Get the entire string held in this CharPointer's array.
toString(double, int, int) - Static method in class tcl.lang.cmd.FormatCmd
 
toString() - Method in class tcl.lang.cmd.NamespaceCmd
 
toString() - Method in class tcl.lang.ExprValue
 
toString() - Method in class tcl.lang.IdleHandler
This method prints a text description of the event for debugging.
toString() - Method in class tcl.lang.Interp
Debug print info about the interpreter.
toString() - Method in class tcl.lang.Namespace
 
toString() - Method in class tcl.lang.SearchId
Return the str that is the unique identifier of the SearchId
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.TclDict
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.TclLambda
The string representation of a lambda is generated (if necessary) when the lambda is first created, and should then never need to be regenerated.
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
 
toString() - Method in class tcl.pkg.java.ReflectObject
 
toTitle(String) - Static method in class tcl.lang.Util
Tcl_UtfToTitle -> toTitle -- Changes the first character of a string to title case or uppercase and the rest of the string to lowercase.
trace(Interp, int, String, String) - Method in class tcl.lang.CommandTrace
Call the callback function for this CommandTrace if it matches type.
trace(Interp, int, String, int, TclObject) - Method in class tcl.lang.ExecutionTrace
Call the callback function for this ExecutionTrace if it matches type.
trace - Variable in class tcl.lang.TraceRecord
Stores the trace procedure to invoke when a trace is fired.
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
 
TraceCmd - Class in tcl.lang.cmd
The TraceCmd class implements the Command interface for specifying a new Tcl command.
TraceCmd() - Constructor for class tcl.lang.cmd.TraceCmd
 
traceCommand(String, CommandTrace) - Method in class tcl.lang.Interp
Set a command trace on a command
traceCommand(CommandTrace) - Method in class tcl.lang.WrappedCommand
Set a command trace on this command
traceCommandInfo(String) - Method in class tcl.lang.Interp
Get a list of all command traces on a command
traceCommandInfo(Interp) - Method in class tcl.lang.WrappedCommand
Get a list of all command traces on this command
traceExecution(String, ExecutionTrace) - Method in class tcl.lang.Interp
Set a execution trace on a command
traceExecution(ExecutionTrace) - Method in class tcl.lang.WrappedCommand
Set an execution trace on this command
traceExecutionInfo(String) - Method in class tcl.lang.Interp
Get a list of all execution traces on a command
traceExecutionInfo(Interp) - Method in class tcl.lang.WrappedCommand
Get a list of all execution traces on this command
traceProc(Interp, String, String, int) - Method in interface tcl.lang.VarTrace
This function gets called when a variable is accessed.
TraceRecord - Class in tcl.lang
This class is used internally by CallFrame to store one variable trace.
TraceRecord() - Constructor for class tcl.lang.TraceRecord
 
traces - Variable in class tcl.lang.Var
List that holds the traces that were placed in this Var
traceVar(String, VarTrace, int) - Method in class tcl.lang.Interp
Add a trace to a variable.
traceVar(String, String, VarTrace, int) - Method in class tcl.lang.Interp
Add a trace to a variable.
traceVar(Interp, String, String, int, VarTrace) - Static method in class tcl.lang.Var
Tcl_TraceVar2 -> traceVar Trace a variable, given a two-part name consisting of array name and element within array.
TRANS_AUTO - Static variable in class tcl.lang.TclIO
Translate \n, \r, \r\n to \n on input; translate \n to platform-specific end of line on output
TRANS_BINARY - Static variable in class tcl.lang.TclIO
Don't translate end of line characters
TRANS_CR - Static variable in class tcl.lang.TclIO
\n -> \r on output; \r -> \n on input
TRANS_CRLF - Static variable in class tcl.lang.TclIO
\n to \r\n on output; \r\n -> \n on input
TRANS_LF - Static variable in class tcl.lang.TclIO
Don't translate end of line characters
TRANS_PLATFORM - Static variable in class tcl.lang.TclIO
End-of-line translation for the current platform
transferResult(Interp, int) - Method in class tcl.lang.Interp
Copy the result (and error information) from one interp to another.
translateFileName(Interp, String) - Static method in class tcl.lang.FileUtil
If the path starts with a tilde, do tilde substitution on the first component and join it with the remainder of the path.
TrimLeft(String, String) - Static method in class tcl.lang.Util
TrimLeft -- Trim characters in "pattern" off the left of a string If pattern isn't supplied, whitespace is trimmed Results: |>None.<| Side effects: |>None.<|
TrimLeft(String) - Static method in class tcl.lang.Util
TrimLeft -- Trims whitespace on the left side of a strin.g Results: The trimmed string.
TrimRight(String, String) - Static method in class tcl.lang.Util
TrimRight -- Trim characters in "pattern" off the right of a string If pattern isn't supplied, whitespace is trimmed Results: |>None.<|
TrimRight(String) - Static method in class tcl.lang.Util
 
TRUNC - Static variable in class tcl.lang.TclIO
 
type - Variable in class tcl.lang.CommandTrace
The type of trace, either DELETE or RENAME
type - Variable in class tcl.lang.ExecutionTrace
The type of trace, either ENTER, LEAVE, ENTERSTEP, or LEAVESTEP
type - Variable in class tcl.lang.process.Redirect
The kind of redirection (see enum Type)

U

UNARY_MINUS - Static variable in class tcl.lang.Expression
 
UNARY_PLUS - Static variable in class tcl.lang.Expression
 
unicodeDecoder - Variable in class tcl.lang.channel.Channel
The unicode decoder for reading characters on this channel
unicodeEncoder - Variable in class tcl.lang.channel.Channel
This Writer translates Unicode to bytes for output
UNKNOWN - Static variable in class tcl.lang.Expression
 
unregisterChannel(Interp, Channel) - Static method in class tcl.lang.TclIO
Unregister a channel and it's FileEventScripts in this interpreter's channel table, and call close() on that channel.
UnsetCmd - Class in tcl.lang.cmd
This class implements the built-in "unset" command in Tcl.
UnsetCmd() - Constructor for class tcl.lang.cmd.UnsetCmd
 
unsetVar(TclObject, int) - Method in class tcl.lang.Interp
Unset a variable.
unsetVar(String, int) - Method in class tcl.lang.Interp
Unset a variable.
unsetVar(String, String, int) - Method in class tcl.lang.Interp
Unset a variable.
UnsupportedJDetachCallCmd - Class in tcl.pkg.java
This command is the only means to safely call a blocking Java method like a modal AWT dialog box.
UnsupportedJDetachCallCmd() - Constructor for class tcl.pkg.java.UnsupportedJDetachCallCmd
 
untraceCommand(String, int, TclObject) - Method in class tcl.lang.Interp
Remove a command trace on a command
untraceCommand(int, String) - Method in class tcl.lang.WrappedCommand
Remove a command trace on this command
untraceExecution(String, int, TclObject) - Method in class tcl.lang.Interp
Remove an execution trace on a command
untraceExecution(int, String) - Method in class tcl.lang.WrappedCommand
Remove an execution trace on this command
untraceVar(String, VarTrace, int) - Method in class tcl.lang.Interp
---------------------------------------------------------------------- untraceVar -- Remove a trace from a variable.
untraceVar(String, String, VarTrace, int) - Method in class tcl.lang.Interp
Remove a trace from a variable.
untraceVar(Interp, String, String, int, VarTrace) - Static method in class tcl.lang.Var
Tcl_UntraceVar2 -> untraceVar Untrace a variable, given a two-part name consisting of array name and element within array.
update(long, int, int) - Method in class tcl.lang.StrtoulResult
Update a StrtoulResult.
UpdateCmd - Class in tcl.lang.cmd
 
UpdateCmd() - Constructor for class tcl.lang.cmd.UpdateCmd
 
updateReturnInfo() - Method in class tcl.lang.Interp
This method is used by various parts of the Jacl and external packages.
UplevelCmd - Class in tcl.lang.cmd
 
UplevelCmd() - Constructor for class tcl.lang.cmd.UplevelCmd
 
UpvarCmd - Class in tcl.lang.cmd
This class implements the built-in "upvar" command in Tcl.
UpvarCmd() - Constructor for class tcl.lang.cmd.UpvarCmd
 
usesDefaultInvoker(Class) - Static method in class tcl.pkg.java.reflect.PkgInvoker
 
Utf8Count(String) - Static method in class tcl.lang.cmd.StringCmd
 
Utf8Count(char) - Static method in class tcl.lang.cmd.StringCmd
 
Util - Class in tcl.lang
 

V

VALUE - Static variable in class tcl.lang.Expression
 
value - Variable in class tcl.lang.ParseResult
The value of a parse operation.
value - Variable in class tcl.lang.StrtodResult
 
value - Variable in class tcl.lang.StrtoulResult
If errno is 0, contains the value of the number.
value - Variable in class tcl.lang.TclDouble
 
valueOf(String) - Static method in enum tcl.lang.process.Redirect.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum tcl.lang.process.Redirect.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Var - Class in tcl.lang
 
Var() - Constructor for class tcl.lang.Var
NewVar -> Var Construct a variable and initialize its fields.
varFrame - Variable in class tcl.lang.Interp
Points to the call frame whose variables are currently in use (same as frame unless an "uplevel" command is being executed).
VariableCmd - Class in tcl.lang.cmd
This class implements the built-in "variable" command in Tcl.
VariableCmd() - Constructor for class tcl.lang.cmd.VariableCmd
 
varTable - Variable in class tcl.lang.CallFrame
Stores the variables of this CallFrame.
varTable - Variable in class tcl.lang.Namespace
Contains all the (global) variables currently in this namespace.
VarTrace - Interface in tcl.lang
This interface is used to make variable traces.
visit(Interp, Object, TclObject, TclObject) - Method in interface tcl.lang.TclDict.Visitor
Called for each element in a TclDict.
VwaitCmd - Class in tcl.lang.cmd
 
VwaitCmd() - Constructor for class tcl.lang.cmd.VwaitCmd
 

W

waitFor() - Method in class tcl.lang.process.TclProcess
Wait for the process to complete
waitForExitAndCleanup(boolean) - Method in class tcl.lang.Pipeline
Wait for processes in pipeline to die, then close couplers and any open channels
waitForOwnership(int) - Method in class tcl.lang.channel.Channel
Block until ownership to this channel is granted to the current thread
wcmd - Variable in class tcl.lang.Procedure
 
wcmd - Variable in class tcl.pkg.tjc.TJC.CompiledCommand
 
WhileCmd - Class in tcl.lang.cmd
This class implements the built-in "while" command in Tcl.
WhileCmd() - Constructor for class tcl.lang.cmd.WhileCmd
 
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
 
WRITABLE - Static variable in class tcl.lang.channel.FileEvent
Indicates a WRITE file event
write(Interp, TclObject) - Method in class tcl.lang.channel.Channel
Tcl_WriteObj -> write Write data to the Channel
write(Interp, String) - Method in class tcl.lang.channel.Channel
Tcl_WriteChars -> write Write string data to the Channel.
WRITE_OWNERSHIP - Static variable in class tcl.lang.channel.Channel
Indicate tht thread wants write ownership
WRONLY - Static variable in class tcl.lang.TclIO
Open write-only

_

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

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

Copyright © 2015. All rights reserved.