|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.irs.jam.Functions | +--com.irs.jam.UserFunctions
Base class for defining primitive functionality
Fields inherited from class com.irs.jam.Functions |
_interpreter |
Constructor Summary | |
UserFunctions(Interpreter interpreter)
Primary constructor |
Method Summary | |
Value |
execute(java.lang.String name,
int arity,
ExpList args,
Binding binding,
Goal currentGoal)
Perform the indicated non-decomposable action |
Methods inherited from class com.irs.jam.Functions |
getInterpreter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserFunctions(Interpreter interpreter)
Method Detail |
public Value execute(java.lang.String name, int arity, ExpList args, Binding binding, Goal currentGoal)
Functions
execute
in class Functions
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |