Package org.armedbear.lisp
Class SpecialBinding
java.lang.Object
org.armedbear.lisp.SpecialBinding
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal LispObject
getValue()
Return the value of the binding, checking a valid binding.final void
setValue
(LispObject value) Sets the value of the binding.
-
Field Details
-
value
The value bound
-
-
Method Details
-
getValue
Return the value of the binding, checking a valid binding. If the binding is invalid, an unbound variable error is raised. -
setValue
Sets the value of the binding. Note: this method can only be called when the binding is the one which is currently visible.
-