Class: LOCAL-LEXICAL-VARIABLE-REFERENCE

Documentation

A reference to a local variable defined in the lexical envorinment outside of the form passed to walk-form.

Hierachy

Precedence List

Source

(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