net.sf.arise.piji.fun
Class AbstractLetFunction

java.lang.Object
  |
  +--net.sf.arise.piji.AbstractFunction
        |
        +--net.sf.arise.piji.fun.AbstractLetFunction
All Implemented Interfaces:
Function
Direct Known Subclasses:
LetFunction, LetStarFunction

public abstract class AbstractLetFunction
extends AbstractFunction


Constructor Summary
AbstractLetFunction(java.lang.String docString, Context ctx)
           
 
Method Summary
protected  java.lang.Object apply(Context context, Expression[] args, boolean evalProgressively)
           
 
Methods inherited from class net.sf.arise.piji.AbstractFunction
apply, checkArgumentCount, checkLeaf, checkLeaf, checkList, checkList, checkString, checkString, checkSymbol, checkSymbol, checkSymbol, checkSymbol, fillContext, fillContext, getArgumentCount, getContext, getDocumentationString, isLeaf, isList, isString, isSymbol, isVararg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLetFunction

public AbstractLetFunction(java.lang.String docString,
                           Context ctx)
Method Detail

apply

protected java.lang.Object apply(Context context,
                                 Expression[] args,
                                 boolean evalProgressively)
                          throws java.lang.Throwable
java.lang.Throwable


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth