|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.lisp.Interpreter.AbstractEnv
protected abstract class Interpreter.AbstractEnv
An implementation of Env that supplies some utility methods.
It is not a static class and is therefore always associated
with an Interpreter. This makes it a way to access some
properies of the interpreter, in particular its default
value and isTrue
method.
Constructor Summary | |
---|---|
Interpreter.AbstractEnv()
|
Method Summary | |
---|---|
java.lang.Object |
defaultValue()
Returns its Interpreter's default value. |
boolean |
isTrue(java.lang.Object value)
Calls its Interpreter's isTrue method. |
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.Env |
---|
assign, bind, lookup |
Constructor Detail |
---|
public Interpreter.AbstractEnv()
Method Detail |
---|
public java.lang.Object defaultValue()
defaultValue
in interface Interpreter.Env
public boolean isTrue(java.lang.Object value)
isTrue
in interface Interpreter.Env
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |