Uses of Class
tcl.lang.WrappedCommand

Packages that use WrappedCommand
tcl.lang   
tcl.lang.cmd   
tcl.pkg.itcl   
tcl.pkg.tjc   
 

Uses of WrappedCommand in tcl.lang
 

Fields in tcl.lang declared as WrappedCommand
 WrappedCommand Procedure.wcmd
           
 

Fields in tcl.lang with type parameters of type WrappedCommand
 HashMap<String,WrappedCommand> Namespace.cmdTable
          Contains all the commands currently registered in the namespace.
 HashMap<String,WrappedCommand> WrappedCommand.table
          Reference to the table that this command is defined inside.
 

Methods in tcl.lang that return WrappedCommand
static WrappedCommand Namespace.findCommand(Interp interp, String name, Namespace contextNs, int flags)
          Tcl_FindCommand -> findCommand Searches for a command.
static WrappedCommand Namespace.getOriginalCommand(WrappedCommand command)
          An imported command is created in a namespace when a "real" command is imported from another namespace.
 WrappedCommand Interp.getWrappedCommand(String cmdName)
           
 WrappedCommand Resolver.resolveCmd(Interp interp, String name, Namespace context, int flags)
           
 

Methods in tcl.lang with parameters of type WrappedCommand
 int Interp.deleteCommandFromToken(WrappedCommand cmd)
          Remove the given command from the given interpreter.
 String Interp.getCommandFullName(WrappedCommand cmd)
          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.
 String Interp.getCommandName(WrappedCommand cmd)
          Given a token returned by, e.g., Tcl_CreateCommand or Tcl_FindCommand, this procedure returns the command's name.
static WrappedCommand Namespace.getOriginalCommand(WrappedCommand command)
          An imported command is created in a namespace when a "real" command is imported from another namespace.
static boolean Procedure.isProc(WrappedCommand cmd)
           
 void Interp.preventAliasLoop(Interp cmdInterp, WrappedCommand cmd)
          TclPreventAliasLoop -> preventAliasLoop When defining an alias or renaming a command, prevent an alias loop from being formed.
 

Uses of WrappedCommand in tcl.lang.cmd
 

Methods in tcl.lang.cmd that return WrappedCommand
 WrappedCommand InterpAliasCmd.getTargetCmd(Interp interp)
          helper function, that returns the WrappedCommand of the target command (i.e.
 

Uses of WrappedCommand in tcl.pkg.itcl
 

Methods in tcl.pkg.itcl with parameters of type WrappedCommand
static void ItclAccess.setWrappedCommand(Procedure proc, WrappedCommand wcmd)
           
 

Uses of WrappedCommand in tcl.pkg.tjc
 

Fields in tcl.pkg.tjc declared as WrappedCommand
static WrappedCommand TJC.INVALID_COMMAND_CACHE
           
 WrappedCommand TJC.CompiledCommand.wcmd
           
 

Methods in tcl.pkg.tjc that return WrappedCommand
static WrappedCommand TJC.resolveCmd(Interp interp, String cmdName)
           
 



Copyright © 2015. All rights reserved.