|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A common interface for scheme functions
| 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 |
int |
getArgumentCount()
Gets the minimum number of required arguments |
Context |
getContext()
Gets the definition context |
java.lang.String |
getDocumentationString()
Returns a documentation string |
boolean |
isVararg()
Returns true iff this function is vararg, ie. |
| Method Detail |
public boolean isVararg()
public int getArgumentCount()
public java.lang.String getDocumentationString()
public Context getContext()
public java.lang.Object apply(Context context,
Expression[] nodes)
throws java.lang.Throwable
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