|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--net.sf.arise.piji.LambdaWrapper
|
+--net.sf.arise.piji.TLambda
| Constructor Summary | |
TLambda(Lambda lambda)
|
|
| Method Summary | |
java.lang.Object |
apply(Context context,
Expression[] nodes)
Applies the function to a set of values in a given context and returns the result |
static TLambda |
create(Context context,
Expression[] args)
|
| Methods inherited from class net.sf.arise.piji.LambdaWrapper |
apply, getArgumentCount, getContext, getDocumentationString, getLambda, isVararg |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TLambda(Lambda lambda)
| Method Detail |
public static TLambda create(Context context,
Expression[] args)
throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object apply(Context context,
Expression[] nodes)
throws java.lang.Throwable
Function
context - The context to apply this function in
java.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
All code and documentation is
Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth