|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.xlloop.script.LispFunctionHandler
public class LispFunctionHandler
Constructor Summary | |
---|---|
LispFunctionHandler()
|
Method Summary | |
---|---|
void |
eval(java.io.File f,
boolean recurse)
Eval scripts in a directory tree. |
XLoper |
execute(IFunctionContext context,
java.lang.String name,
XLoper[] args)
|
FunctionInformation |
getInformation()
|
boolean |
hasFunction(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LispFunctionHandler()
Method Detail |
---|
public XLoper execute(IFunctionContext context, java.lang.String name, XLoper[] args) throws RequestException
execute
in interface IFunctionHandler
RequestException
public boolean hasFunction(java.lang.String name)
hasFunction
in interface IFunctionHandler
public FunctionInformation getInformation()
public void eval(java.io.File f, boolean recurse)
f
- recurse
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |