|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.armedbear.lisp.SpecialBinding
public final class SpecialBinding
Field Summary | |
---|---|
LispObject |
value
The value bound |
Method Summary | |
---|---|
LispObject |
getValue()
Return the value of the binding, checking a valid binding. |
void |
setValue(LispObject value)
Sets the value of the binding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public LispObject value
Method Detail |
---|
public final LispObject getValue()
public final void setValue(LispObject value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |