Uses of Package
tcl.lang

Packages that use tcl.lang
tcl.lang   
tcl.lang.channel   
tcl.lang.cmd   
tcl.lang.process   
tcl.pkg.fleet   
tcl.pkg.itcl   
tcl.pkg.java   
tcl.pkg.tjc   
 

Classes in tcl.lang used by tcl.lang
AssocData
          This interface is the API for registering named data objects in the Tcl interpreter.
BackSlashResult
          Encapsulates the replacement for a backslash in the parser
CallFrame
          This class implements a frame in the call stack.
CharPointer
          Used in the Parser, this class implements the functionality of a C character pointer.
Command
          The Command interface specifies the method that a new Tcl command must implement.
CommandTrace
          This CommandTrace class is used to trace command rename and deletion
CommandWithDispose
          This interface is implemented by Commands that need to know when they are deleted from an interpreter.
EventDeleter
          This is the interface for deleting events in the notifier's event queue.
ExecutionTrace
          This class is used to trace command execution
Expression
          This class handles Tcl expressions.
ExprValue
          Describes an expression value, which can be either an integer (the usual case), a double-precision floating-point value, or a string.
Extension
          Base class for all Tcl Extensions.
InternalRep
          This is the interface for implementing internal representation of Tcl objects.
Interp
          Implements the core Tcl interpreter.
ManagedSystemInStream
          A class for managing the System.in.
Namespace
          This structure contains a cached pointer to a namespace that is the result of resolving the namespace's name in some other namespace.
Namespace.DeleteProc
          This interface is used to provide a callback when a namespace is deleted
Namespace.GetNamespaceForQualNameResult
           
Notifier
          Implements the Jacl version of the Notifier class.
PackageNameException
          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.
ParseResult
          This class stores a single word that's generated inside the Tcl parser inside the Interp class.
Procedure
          This class implements the body of a Tcl procedure.
Regex
          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.
Resolver
          The Resolver interface specifies the methods that a new Tcl resolver must implement.
StrtodResult
           
StrtoulResult
          This class stores the result of the Util.strtoul() method.
TclDict.Visitor
          An interface to traverse (visit) each key-value pair in a Tcl dictionary object.
TclEvent
          This is an abstract class that describes an event in the Jacl implementation of the notifier.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
TclString
           
Var
           
VarTrace
          This interface is used to make variable traces.
WrappedCommand
          A Wrapped Command is like the Command struct defined in the C version in the file generic/tclInt.h.
 

Classes in tcl.lang used by tcl.lang.channel
AssocData
          This interface is the API for registering named data objects in the Tcl interpreter.
Interp
          Implements the core Tcl interpreter.
Pipeline
          This class encapsulates a pipeline of operating system commands
TclEvent
          This is an abstract class that describes an event in the Jacl implementation of the notifier.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
 

Classes in tcl.lang used by tcl.lang.cmd
AssocData
          This interface is the API for registering named data objects in the Tcl interpreter.
Command
          The Command interface specifies the method that a new Tcl command must implement.
CommandWithDispose
          This interface is implemented by Commands that need to know when they are deleted from an interpreter.
InternalRep
          This is the interface for implementing internal representation of Tcl objects.
Interp
          Implements the core Tcl interpreter.
Namespace
          This structure contains a cached pointer to a namespace that is the result of resolving the namespace's name in some other namespace.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
WrappedCommand
          A Wrapped Command is like the Command struct defined in the C version in the file generic/tclInt.h.
 

Classes in tcl.lang used by tcl.lang.process
Interp
          Implements the core Tcl interpreter.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
 

Classes in tcl.lang used by tcl.pkg.fleet
Command
          The Command interface specifies the method that a new Tcl command must implement.
Extension
          Base class for all Tcl Extensions.
Interp
          Implements the core Tcl interpreter.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
 

Classes in tcl.lang used by tcl.pkg.itcl
CallFrame
          This class implements a frame in the call stack.
Command
          The Command interface specifies the method that a new Tcl command must implement.
CommandWithDispose
          This interface is implemented by Commands that need to know when they are deleted from an interpreter.
Extension
          Base class for all Tcl Extensions.
Interp
          Implements the core Tcl interpreter.
Namespace
          This structure contains a cached pointer to a namespace that is the result of resolving the namespace's name in some other namespace.
Procedure
          This class implements the body of a Tcl procedure.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
Var
           
WrappedCommand
          A Wrapped Command is like the Command struct defined in the C version in the file generic/tclInt.h.
 

Classes in tcl.lang used by tcl.pkg.java
Command
          The Command interface specifies the method that a new Tcl command must implement.
CommandWithDispose
          This interface is implemented by Commands that need to know when they are deleted from an interpreter.
Extension
          Base class for all Tcl Extensions.
InternalRep
          This is the interface for implementing internal representation of Tcl objects.
Interp
          Implements the core Tcl interpreter.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
 

Classes in tcl.lang used by tcl.pkg.tjc
CallFrame
          This class implements a frame in the call stack.
Command
          The Command interface specifies the method that a new Tcl command must implement.
ExprValue
          Describes an expression value, which can be either an integer (the usual case), a double-precision floating-point value, or a string.
Interp
          Implements the core Tcl interpreter.
Namespace
          This structure contains a cached pointer to a namespace that is the result of resolving the namespace's name in some other namespace.
TclException
          TclException is used to interrupt the Tcl script currently being interpreted by the Tcl Interpreter.
TclObject
          This class extends TclObjectBase to implement the basic notion of an object in Tcl.
Var
           
WrappedCommand
          A Wrapped Command is like the Command struct defined in the C version in the file generic/tclInt.h.
 



Copyright © 2015. All rights reserved.