public final class SpecialBinding
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
LispObject |
value
The value bound
|
Modifier and Type | Method and Description |
---|---|
LispObject |
getValue()
Return the value of the binding,
checking a valid binding.
|
void |
setValue(LispObject value)
Sets the value of the binding.
|
public LispObject value
public final LispObject getValue()
public final void setValue(LispObject value)