|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.arise.piji.LambdaWrapper
| Constructor Summary | |
(package private) |
LambdaWrapper(Lambda lambda)
|
| Method Summary | |
java.lang.Object |
apply(Context context,
Expression[] nodes,
int off)
|
int |
getArgumentCount()
Gets the minimum number of required arguments |
Context |
getContext()
Gets the definition context |
java.lang.String |
getDocumentationString()
Returns a documentation string |
protected Lambda |
getLambda()
|
boolean |
isVararg()
Returns true iff this function is vararg, ie. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.arise.piji.Function |
apply |
| Constructor Detail |
LambdaWrapper(Lambda lambda)
| Method Detail |
public java.lang.Object apply(Context context,
Expression[] nodes,
int off)
throws java.lang.Throwable
java.lang.Throwableprotected Lambda getLambda()
public boolean isVararg()
Function
isVararg in interface Functionpublic int getArgumentCount()
Function
getArgumentCount in interface Functionpublic java.lang.String getDocumentationString()
Function
getDocumentationString in interface Functionpublic Context getContext()
Function
getContext in interface Function
|
|||||||||||
| 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