Uses of Class
tcl.lang.Procedure

Packages that use Procedure
tcl.lang   
tcl.pkg.itcl   
 

Uses of Procedure in tcl.lang
 

Methods in tcl.lang that return Procedure
static Procedure Procedure.findProc(Interp interp, String procName)
           
 

Methods in tcl.lang with parameters of type Procedure
protected  CallFrame Interp.newCallFrame(Procedure proc, TclObject[] objv)
          Creates a new callframe.
 

Uses of Procedure in tcl.pkg.itcl
 

Methods in tcl.pkg.itcl that return Procedure
static Procedure ItclAccess.newProcedure(Interp interp, Namespace ns, String name, TclObject args, TclObject b, String sFileName, int sLineNumber)
           
 

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



Copyright © 2015. All rights reserved.