A reference to a local variable defined in the lexical envorinment outside of the form passed to walk-form.
(defclass local-lexical-variable-reference (local-variable-reference) () (:documentation "A reference to a local variable defined in the lexical envorinment outside of the form passed to walk-form."))Source Context