Uses of Interface
edu.iu.cnets.klatsch.lang.Callable

Packages that use Callable
edu.iu.cnets.klatsch.lang   
edu.iu.cnets.klatsch.stream   
 

Uses of Callable in edu.iu.cnets.klatsch.lang
 

Classes in edu.iu.cnets.klatsch.lang that implement Callable
 class VClosure
          This value represents a closure, a user-defined procedure that captures any free variables and can be invoked.
 class VPrimitive
          This class encapsulates primitive functions.
 class VProperty
          This class encapsulates "properties", which are wrappers around methods contained in the subclasses of Pane.
 

Uses of Callable in edu.iu.cnets.klatsch.stream
 

Fields in edu.iu.cnets.klatsch.stream declared as Callable
(package private)  Callable SProcedure.proc
          the procedure we're invoking
 

Constructors in edu.iu.cnets.klatsch.stream with parameters of type Callable
SProcedure(Callable proc)
          Builds a new stream from the given procedure.