Uses of Interface
tcl.lang.Namespace.DeleteProc

Packages that use Namespace.DeleteProc
tcl.lang   
 

Uses of Namespace.DeleteProc in tcl.lang
 

Fields in tcl.lang declared as Namespace.DeleteProc
 Namespace.DeleteProc Namespace.deleteProc
          method to invoke when namespace is deleted
 

Methods in tcl.lang with parameters of type Namespace.DeleteProc
static Namespace Namespace.createNamespace(Interp interp, String name, Namespace.DeleteProc deleteProc)
          Creates a new namespace with the given name.
 



Copyright © 2015. All rights reserved.