|
|||||||
| 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.SystemFunctions
Base class for defining primitive functionality
| Fields inherited from class com.irs.jam.Functions |
_interpreter |
| Constructor Summary | |
SystemFunctions(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 SystemFunctions(Interpreter interpreter)
| Method Detail |
public Value execute(java.lang.String name,
int arity,
ExpList args,
Binding binding,
Goal currentGoal)
Functionsexecute in class Functions
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||