tcl.lang
Class TclLambda
java.lang.Object
  
tcl.lang.TclLambda
- All Implemented Interfaces: 
 - InternalRep
 
public class TclLambda
- extends Object
- implements InternalRep
  
Lambda internal rep.
- Version:
 
  - $Revision$
 
- Author:
 
  - Neil Madden <nem@cs.nott.ac.uk>
 
 
 
dispose
public void dispose()
- Specified by:
 dispose in interface InternalRep
 
 
duplicate
public InternalRep duplicate()
- Specified by:
 duplicate in interface InternalRep
 
 
apply
public static void apply(Interp interp,
                         TclObject lambdaExpr,
                         TclObject[] args)
                  throws TclException
 
- Throws:
 TclException
 
toString
public String toString()
- The string representation of a lambda is generated (if necessary) when
 the lambda is first created, and should then never need to be regenerated.
- Overrides:
 toString in class Object
 
- Throws:
 TclRuntimeError - always.
 
 
Copyright © 2015. All rights reserved.