Class SpecialBinding

java.lang.Object
org.armedbear.lisp.SpecialBinding

public final class SpecialBinding extends Object
  • Field Details

  • Method Details

    • getValue

      public final LispObject getValue()
      Return the value of the binding, checking a valid binding. If the binding is invalid, an unbound variable error is raised.
    • setValue

      public final void setValue(LispObject value)
      Sets the value of the binding. Note: this method can only be called when the binding is the one which is currently visible.