tcl.lang
Class TclLambda

java.lang.Object
  extended by 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>

Method Summary
static void apply(Interp interp, TclObject lambdaExpr, TclObject[] args)
           
 void dispose()
           
 InternalRep duplicate()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.