Previous: , Up: Internal definitions   [Contents][Index]


6.2.8 Classes

Class: extension-recipe ()

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.

Package

net.didierverna.tfm

Source

character.lisp (file)

Direct superclasses

standard-object (class)

Direct methods
Direct slots
Slot: top-character

The recipe’s top character, or NIL.

Initargs

:top-character

Readers

top-character (generic function)

Writers

(setf top-character) (generic function)

Slot: middle-character

The recipe’s middle character, or NIL.

Initargs

:middle-character

Readers

middle-character (generic function)

Writers

(setf middle-character) (generic function)

Slot: bottom-character

The recipe’s bottom character, or NIL.

Initargs

:bottom-character

Readers

bottom-character (generic function)

Writers

(setf bottom-character) (generic function)

Slot: repeated-character

The recipe’s repeated character.

Initargs

:repeated-character

Readers

repeated-character (generic function)

Writers

(setf repeated-character) (generic function)