The Extension Recipe class.
This class represents decoded information for extensible characters. Within
the context of this library, the expression "extension recipe" denotes an
instance of this class.
character.lisp
(file)
standard-object
(class)
print-object
(method)
repeated-character
(method)
repeated-character
(method)
bottom-character
(method)
bottom-character
(method)
middle-character
(method)
middle-character
(method)
top-character
(method)
top-character
(method)
The recipe’s top character, or NIL.
:top-character
top-character
(generic function)
(setf top-character)
(generic function)
The recipe’s middle character, or NIL.
:middle-character
middle-character
(generic function)
(setf middle-character)
(generic function)
The recipe’s bottom character, or NIL.
:bottom-character
bottom-character
(generic function)
(setf bottom-character)
(generic function)
The recipe’s repeated character.
:repeated-character
repeated-character
(generic function)
(setf repeated-character)
(generic function)