|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectix.util.lisp.Interpreter.AbstractFunction
public abstract static class Interpreter.AbstractFunction
An implementation of Function that supplies some utility methods.
Field Summary |
---|
Fields inherited from interface ix.util.lisp.Interpreter.Function |
---|
ANY_ARITY |
Constructor Summary | |
---|---|
Interpreter.AbstractFunction()
|
Method Summary | |
---|---|
void |
checkArity(int numberOfArgs)
Checks whether this function can accept the indicated number of arguments. |
protected java.lang.Object |
mustBe(java.lang.Class c,
java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ix.util.lisp.Interpreter.Function |
---|
applyTo, getArity |
Constructor Detail |
---|
public Interpreter.AbstractFunction()
Method Detail |
---|
public void checkArity(int numberOfArgs)
Interpreter.Function
checkArity
in interface Interpreter.Function
protected java.lang.Object mustBe(java.lang.Class c, java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |