Uses of Interface
tcl.lang.AssocData

Packages that use AssocData
tcl.lang   
tcl.lang.channel   
tcl.lang.cmd   
 

Uses of AssocData in tcl.lang
 

Methods in tcl.lang that return AssocData
 AssocData Interp.getAssocData(String name)
          Returns the AssocData instance associated with this name in the specified interpreter.
 

Methods in tcl.lang with parameters of type AssocData
 void Interp.setAssocData(String name, AssocData data)
          Creates a named association between user-specified data and this interpreter.
 

Uses of AssocData in tcl.lang.channel
 

Classes in tcl.lang.channel that implement AssocData
 class FileEventScript
          AssocData structure that keeps the script for one fileevent command.
 

Uses of AssocData in tcl.lang.cmd
 

Classes in tcl.lang.cmd that implement AssocData
 class InterpSlaveCmd
          This class implements the slave interpreter commands, which are created in response to the built-in "interp create" command in Tcl.
 



Copyright © 2015. All rights reserved.