Class: HEADING-PART

Slots

  • DEPTH
  • NEXT-PART
  • PREV-PART
  • UP-PART

Hierachy

Precedence List

Source

(defclass heading-part (comment-part)
  ((depth :accessor depth :initarg :depth)
   (next-part :accessor next-part :initform nil)
   (prev-part :accessor prev-part :initform nil)
   (up-part :accessor up-part :initform nil)))
Source Context