|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.scheme.Primitive
public abstract class Primitive
The interface that all primitive functions must implement.
Constructor Summary | |
---|---|
Primitive()
|
Method Summary | |
---|---|
abstract SExpr |
call(SExpr args,
Evaluator eval)
The code of the function is executed using this method with argument list args and evaluator eval . |
abstract java.lang.String |
getName()
Returns the name of the function. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Primitive()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract SExpr call(SExpr args, Evaluator eval)
args
and evaluator eval
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |