This is the inravina Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:28:47 2024 GMT+0.
inravina/inravina.asd
inravina/code/packages.lisp
inravina/code/types.lisp
inravina/code/interface.lisp
inravina/code/logical-block.lisp
inravina/code/list-printers.lisp
inravina/code/form-printers.lisp
inravina/code/object-printers.lisp
inravina/code/dispatch.lisp
inravina/code/pretty-stream.lisp
inravina/code/implementation.lisp
The main system appears first, followed by any subsystem dependency.
inravina
A portable and extensible Common Lisp pretty printer.
Tarn W. Burton
MIT
0.1
nontrivial-gray-streams
(system).
incless
(system).
sb-introspect
(system)., required, for feature :sbcl
code
(module).
Modules are listed depth-first from the system components tree.
inravina/code
inravina
(system).
packages.lisp
(file).
types.lisp
(file).
interface.lisp
(file).
logical-block.lisp
(file).
list-printers.lisp
(file).
form-printers.lisp
(file).
object-printers.lisp
(file).
dispatch.lisp
(file).
pretty-stream.lisp
(file).
implementation.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
inravina/inravina.asd
inravina/code/packages.lisp
inravina/code/types.lisp
inravina/code/interface.lisp
inravina/code/logical-block.lisp
inravina/code/list-printers.lisp
inravina/code/form-printers.lisp
inravina/code/object-printers.lisp
inravina/code/dispatch.lisp
inravina/code/pretty-stream.lisp
inravina/code/implementation.lisp
inravina/code/types.lisp
packages.lisp
(file).
code
(module).
fill-kind-p
(function).
fresh-kind-p
(function).
line-kind-p
(function).
linear-kind-p
(function).
literal-kind-p
(function).
mandatory-kind-p
(function).
miser-kind-p
(function).
newline-kind
(type).
quasiquote-form
(type).
quasiquote-form-p
(function).
relative-kind-p
(function).
section-kind-p
(function).
tab-kind
(type).
unquote-form
(type).
unquote-form-p
(function).
inravina/code/interface.lisp
types.lisp
(file).
code
(module).
*options*
(special variable).
coerce-output-stream-designator
(function).
copy-pprint-dispatch
(generic function).
define-interface
(macro).
execute-logical-block
(generic function).
make-dispatch-function
(generic function).
make-pretty-stream
(generic function).
make-style
(generic function).
pprint-apply
(generic function).
pprint-argument-list
(generic function).
pprint-array
(generic function).
pprint-bindings
(generic function).
pprint-case
(generic function).
pprint-cond
(generic function).
pprint-defclass
(generic function).
pprint-defmethod
(generic function).
pprint-defun
(generic function).
pprint-dispatch
(generic function).
pprint-do
(generic function).
pprint-dolist
(generic function).
pprint-end-logical-block
(generic function).
pprint-fill
(generic function).
pprint-fill-plist
(generic function).
pprint-flet
(generic function).
pprint-function-call
(generic function).
pprint-indent
(generic function).
pprint-lambda
(generic function).
pprint-lambda-list
(generic function).
pprint-let
(generic function).
pprint-linear
(generic function).
pprint-linear-plist
(generic function).
pprint-loop
(generic function).
pprint-macro-char
(generic function).
pprint-newline
(generic function).
pprint-progn
(generic function).
pprint-progv
(generic function).
pprint-start-logical-block
(generic function).
pprint-tab
(generic function).
pprint-tabular
(generic function).
pprint-tabular-plist
(generic function).
pprint-tagbody
(generic function).
pprint-valid-list-p
(generic function).
pprint-with
(generic function).
pretty-stream-p
(generic function).
set-pprint-dispatch
(generic function).
stream-measure-char
(generic function).
stream-measure-string
(generic function).
stream-scale-column
(generic function).
stream-style
(generic function).
(setf stream-style)
(generic function).
*quasiquote*
(special variable).
break-position
(generic function).
ensure-symbol
(function).
make-pprint-dispatch-iterator
(generic function).
normalize-text
(generic function).
pprint-call
(generic function).
pprint-defpackage
(generic function).
pprint-destructuring-bind
(generic function).
pprint-multiple-value-bind
(generic function).
pprint-prog
(generic function).
pprint-prog1
(generic function).
pprint-prog2
(generic function).
pprint-symbol-macrolet
(generic function).
with-style
(macro).
inravina/code/logical-block.lisp
interface.lisp
(file).
code
(module).
expand-logical-block
(function).
pprint-exit-if-list-exhausted
(macro).
pprint-logical-block
(macro).
pprint-pop
(macro).
pprint-pop-p
(function).
pprint-logical-sub-block
(macro).
inravina/code/list-printers.lisp
logical-block.lisp
(file).
code
(module).
pprint-fill
(method).
pprint-fill-plist
(method).
pprint-linear
(method).
pprint-linear-plist
(method).
pprint-tabular
(method).
pprint-tabular-plist
(method).
pprint-format-logical-block
(macro).
pprint-list
(macro).
pprint-plist
(macro).
inravina/code/form-printers.lisp
list-printers.lisp
(file).
code
(module).
pprint-apply
(method).
pprint-argument-list
(method).
pprint-array
(method).
pprint-bindings
(method).
pprint-case
(method).
pprint-cond
(method).
pprint-defclass
(method).
pprint-defmethod
(method).
pprint-defun
(method).
pprint-do
(method).
pprint-dolist
(method).
pprint-eval-when
(method).
pprint-flet
(method).
pprint-function-call
(method).
pprint-lambda
(method).
pprint-lambda-list
(method).
pprint-let
(method).
pprint-loop
(method).
pprint-macro-char
(method).
pprint-progn
(method).
pprint-progv
(method).
pprint-tagbody
(method).
pprint-with
(method).
allow-break-p
(function).
constant-variable-p
(function).
dynamic-variable-p
(function).
lambda-list
(function).
literal-array-p
(function).
loop-block-indent-p
(function).
loop-compound-clause-p
(function).
loop-conditional-clause-p
(function).
loop-current-indent-p
(function).
loop-end-all-clauses-p
(function).
loop-end-clause-p
(function).
loop-newline-p
(function).
loop-selectable-clause-p
(function).
loop-start-clause-p
(function).
loop-top-level-clause-p
(function).
muffp
(function).
parse-lambda-list
(function).
pprint-body-form
(macro).
pprint-call
(method).
pprint-defpackage
(method).
pprint-destructuring-bind
(method).
pprint-function-call-form
(macro).
pprint-multiple-value-bind
(method).
pprint-prog
(method).
pprint-prog1
(method).
pprint-prog2
(method).
pprint-sbcl-quasiquote
(function).
pprint-symbol
(function).
pprint-symbol-macrolet
(method).
pprint-tagbody-form
(macro).
with-newlines
(macro).
inravina/code/object-printers.lisp
form-printers.lisp
(file).
code
(module).
pprint-structure-object
(function).
inravina/code/dispatch.lisp
object-printers.lisp
(file).
code
(module).
copy-pprint-dispatch
(method).
copy-pprint-dispatch
(method).
copy-pprint-dispatch
(method).
copy-pprint-dispatch
(method).
pprint-dispatch
(method).
pprint-dispatch
(method).
print-object
(method).
print-object
(method).
set-pprint-dispatch
(method).
set-pprint-dispatch
(method).
+extra-dispatch-entries+
(special variable).
+initial-dispatch-entries+
(special variable).
call-form
(type).
call-form-p
(function).
check-table-read-only
(function).
cons-eql-specifier-p
(function).
dispatch-entry
(class).
dispatch-entry-arguments
(reader method).
(setf dispatch-entry-arguments)
(writer method).
dispatch-entry-dispatch-function
(reader method).
(setf dispatch-entry-dispatch-function)
(writer method).
dispatch-entry-function-designator
(reader method).
(setf dispatch-entry-function-designator)
(writer method).
dispatch-entry-pattern
(reader method).
(setf dispatch-entry-pattern)
(writer method).
dispatch-entry-priority
(reader method).
(setf dispatch-entry-priority)
(writer method).
dispatch-entry-test-function
(reader method).
(setf dispatch-entry-test-function)
(writer method).
dispatch-entry-type-specifier
(reader method).
(setf dispatch-entry-type-specifier)
(writer method).
dispatch-table
(class).
dispatch-table-cons-entries
(reader method).
dispatch-table-default-dispatch-function
(reader method).
dispatch-table-entries
(reader method).
(setf dispatch-table-entries)
(writer method).
dispatch-table-non-cons-entries
(reader method).
(setf dispatch-table-non-cons-entries)
(writer method).
dispatch-table-read-only-p
(reader method).
(setf dispatch-table-read-only-p)
(writer method).
make-pprint-dispatch-iterator
(method).
make-test-function
(function).
inravina/code/pretty-stream.lisp
dispatch.lisp
(file).
code
(module).
make-pretty-stream
(method).
make-pretty-stream
(method).
make-pretty-stream
(method).
make-pretty-stream
(method).
make-pretty-stream
(method).
make-style
(method).
pprint-end-logical-block
(method).
pprint-indent
(method).
pprint-indent
(method).
pprint-newline
(method).
pprint-newline
(method).
pprint-newline
(method).
pprint-newline
(method).
pprint-start-logical-block
(method).
pprint-tab
(method).
pprint-tab
(method).
pprint-tab
(method).
pprint-tab
(method).
pretty-stream
(class).
pretty-stream-p
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
stream-advance-to-column
(method).
stream-clear-output
(method).
stream-element-type
(method).
stream-finish-output
(method).
stream-force-output
(method).
stream-fresh-line
(method).
stream-line-column
(method).
stream-line-length
(method).
stream-measure-char
(method).
stream-measure-string
(method).
stream-scale-column
(method).
stream-style
(method).
(setf stream-style)
(method).
stream-terpri
(method).
stream-write-char
(method).
stream-write-char
(method).
add-advance-fragment
(function).
add-fragments
(function).
add-text-fragment
(function).
advance
(class).
ancestor-p
(function).
block-end
(reader method).
(setf block-end)
(writer method).
block-end
(class).
block-indent
(class).
block-start
(class).
blocks
(reader method).
(setf blocks)
(writer method).
break-before-p
(reader method).
(setf break-before-p)
(writer method).
client
(reader method).
colinc
(reader method).
colnum
(reader method).
column
(reader method).
column
(reader method).
(setf column)
(writer method).
(setf column)
(writer method).
compute-tab-size
(function).
conditional-newline
(class).
current-indent
(class).
depth
(reader method).
depth
(reader method).
(setf depth)
(writer method).
(setf depth)
(writer method).
do-pprint-newline
(macro).
fill-newline
(class).
fragments
(reader method).
(setf fragments)
(writer method).
fresh-newline
(class).
frob-style
(function).
get-text-buffer
(function).
head
(reader method).
(setf head)
(writer method).
indent
(method).
indent
(reader method).
(setf indent)
(method).
(setf indent)
(writer method).
indent
(class).
instruction
(class).
layout
(generic function).
layout-instructions
(function).
line
(reader method).
(setf line)
(writer method).
line-length
(function).
line-relative-tab
(class).
line-tab
(class).
line-width
(reader method).
(setf line-width)
(writer method).
linear-newline
(class).
mandatory-newline
(class).
miser-newline
(class).
miser-style-p
(reader method).
(setf miser-style-p)
(writer method).
miser-width
(reader method).
newline
(reader method).
(setf newline)
(writer method).
newline
(class).
next
(reader method).
(setf next)
(writer method).
overflow-suffix
(reader method).
(setf overflow-suffix)
(writer method).
parent
(reader method).
(setf parent)
(writer method).
parse-fix
(function).
prefix
(reader method).
process-instructions
(function).
push-instruction
(function).
relative-tab
(class).
section
(reader method).
(setf section)
(writer method).
section-end
(reader method).
(setf section-end)
(writer method).
section-instruction
(class).
section-relative-tab
(class).
section-start
(class).
section-tab
(class).
sections
(reader method).
(setf sections)
(writer method).
style
(reader method).
(setf style)
(writer method).
style
(class).
suffix
(reader method).
(setf suffix)
(writer method).
tab
(class).
tail
(reader method).
(setf tail)
(writer method).
target
(reader method).
terpri-newline
(class).
text
(class).
value
(reader method).
value
(reader method).
value
(reader method).
(setf value)
(writer method).
(setf value)
(writer method).
(setf value)
(writer method).
width
(reader method).
write-fragments
(function).
inravina/code/implementation.lisp
pretty-stream.lisp
(file).
code
(module).
execute-logical-block
(method).
break-position
(method).
normalize-text
(method).
Packages are listed by definition order.
inravina
A portable and extensible Common Lisp pretty printer.
common-lisp
.
*options*
(special variable).
coerce-output-stream-designator
(function).
copy-pprint-dispatch
(generic function).
define-interface
(macro).
execute-logical-block
(generic function).
expand-logical-block
(function).
make-dispatch-function
(generic function).
make-pretty-stream
(generic function).
make-style
(generic function).
pprint-apply
(generic function).
pprint-argument-list
(generic function).
pprint-array
(generic function).
pprint-bindings
(generic function).
pprint-case
(generic function).
pprint-cond
(generic function).
pprint-defclass
(generic function).
pprint-defmethod
(generic function).
pprint-defun
(generic function).
pprint-dispatch
(generic function).
pprint-do
(generic function).
pprint-dolist
(generic function).
pprint-end-logical-block
(generic function).
pprint-eval-when
(generic function).
pprint-exit-if-list-exhausted
(macro).
pprint-fill
(generic function).
pprint-fill-plist
(generic function).
pprint-flet
(generic function).
pprint-function-call
(generic function).
pprint-indent
(generic function).
pprint-lambda
(generic function).
pprint-lambda-list
(generic function).
pprint-let
(generic function).
pprint-linear
(generic function).
pprint-linear-plist
(generic function).
pprint-logical-block
(macro).
pprint-loop
(generic function).
pprint-macro-char
(generic function).
pprint-newline
(generic function).
pprint-pop
(macro).
pprint-pop-p
(function).
pprint-progn
(generic function).
pprint-progv
(generic function).
pprint-start-logical-block
(generic function).
pprint-structure-object
(function).
pprint-tab
(generic function).
pprint-tabular
(generic function).
pprint-tabular-plist
(generic function).
pprint-tagbody
(generic function).
pprint-valid-list-p
(generic function).
pprint-with
(generic function).
pretty-stream
(class).
pretty-stream-p
(generic function).
set-pprint-dispatch
(generic function).
stream-measure-char
(generic function).
stream-measure-string
(generic function).
stream-scale-column
(generic function).
stream-style
(generic function).
(setf stream-style)
(generic function).
*quasiquote*
(special variable).
+extra-dispatch-entries+
(special variable).
+initial-dispatch-entries+
(special variable).
add-advance-fragment
(function).
add-fragments
(function).
add-text-fragment
(function).
advance
(class).
allow-break-p
(function).
ancestor-p
(function).
block-end
(generic reader).
(setf block-end)
(generic writer).
block-end
(class).
block-indent
(class).
block-start
(class).
blocks
(generic reader).
(setf blocks)
(generic writer).
break-before-p
(generic reader).
(setf break-before-p)
(generic writer).
break-position
(generic function).
call-form
(type).
call-form-p
(function).
check-table-read-only
(function).
client
(generic reader).
colinc
(generic reader).
colnum
(generic reader).
column
(generic reader).
(setf column)
(generic writer).
compute-tab-size
(function).
conditional-newline
(class).
cons-eql-specifier-p
(function).
constant-variable-p
(function).
current-indent
(class).
depth
(generic reader).
(setf depth)
(generic writer).
dispatch-entry
(class).
dispatch-entry-arguments
(generic reader).
(setf dispatch-entry-arguments)
(generic writer).
dispatch-entry-dispatch-function
(generic reader).
(setf dispatch-entry-dispatch-function)
(generic writer).
dispatch-entry-function-designator
(generic reader).
(setf dispatch-entry-function-designator)
(generic writer).
dispatch-entry-pattern
(generic reader).
(setf dispatch-entry-pattern)
(generic writer).
dispatch-entry-priority
(generic reader).
(setf dispatch-entry-priority)
(generic writer).
dispatch-entry-test-function
(generic reader).
(setf dispatch-entry-test-function)
(generic writer).
dispatch-entry-type-specifier
(generic reader).
(setf dispatch-entry-type-specifier)
(generic writer).
dispatch-table
(class).
dispatch-table-cons-entries
(generic reader).
dispatch-table-default-dispatch-function
(generic reader).
dispatch-table-entries
(generic reader).
(setf dispatch-table-entries)
(generic writer).
dispatch-table-non-cons-entries
(generic reader).
(setf dispatch-table-non-cons-entries)
(generic writer).
dispatch-table-read-only-p
(generic reader).
(setf dispatch-table-read-only-p)
(generic writer).
do-pprint-newline
(macro).
dynamic-variable-p
(function).
ensure-symbol
(function).
fill-kind-p
(function).
fill-newline
(class).
fragments
(generic reader).
(setf fragments)
(generic writer).
fresh-kind-p
(function).
fresh-newline
(class).
frob-style
(function).
get-text-buffer
(function).
head
(generic reader).
(setf head)
(generic writer).
indent
(generic function).
(setf indent)
(generic function).
indent
(class).
instruction
(class).
lambda-list
(function).
layout
(generic function).
layout-instructions
(function).
line
(generic reader).
(setf line)
(generic writer).
line-kind-p
(function).
line-length
(function).
line-relative-tab
(class).
line-tab
(class).
line-width
(generic reader).
(setf line-width)
(generic writer).
linear-kind-p
(function).
linear-newline
(class).
literal-array-p
(function).
literal-kind-p
(function).
loop-block-indent-p
(function).
loop-compound-clause-p
(function).
loop-conditional-clause-p
(function).
loop-current-indent-p
(function).
loop-end-all-clauses-p
(function).
loop-end-clause-p
(function).
loop-newline-p
(function).
loop-selectable-clause-p
(function).
loop-start-clause-p
(function).
loop-top-level-clause-p
(function).
make-pprint-dispatch-iterator
(generic function).
make-test-function
(function).
mandatory-kind-p
(function).
mandatory-newline
(class).
miser-kind-p
(function).
miser-newline
(class).
miser-style-p
(generic reader).
(setf miser-style-p)
(generic writer).
miser-width
(generic reader).
muffp
(function).
newline
(generic reader).
(setf newline)
(generic writer).
newline
(class).
newline-kind
(type).
next
(generic reader).
(setf next)
(generic writer).
normalize-text
(generic function).
overflow-suffix
(generic reader).
(setf overflow-suffix)
(generic writer).
parent
(generic reader).
(setf parent)
(generic writer).
parse-fix
(function).
parse-lambda-list
(function).
pprint-body-form
(macro).
pprint-call
(generic function).
pprint-defpackage
(generic function).
pprint-destructuring-bind
(generic function).
pprint-format-logical-block
(macro).
pprint-function-call-form
(macro).
pprint-list
(macro).
pprint-logical-sub-block
(macro).
pprint-multiple-value-bind
(generic function).
pprint-plist
(macro).
pprint-prog
(generic function).
pprint-prog1
(generic function).
pprint-prog2
(generic function).
pprint-sbcl-quasiquote
(function).
pprint-symbol
(function).
pprint-symbol-macrolet
(generic function).
pprint-tagbody-form
(macro).
prefix
(generic reader).
process-instructions
(function).
push-instruction
(function).
quasiquote-form
(type).
quasiquote-form-p
(function).
relative-kind-p
(function).
relative-tab
(class).
section
(generic reader).
(setf section)
(generic writer).
section-end
(generic reader).
(setf section-end)
(generic writer).
section-instruction
(class).
section-kind-p
(function).
section-relative-tab
(class).
section-start
(class).
section-tab
(class).
sections
(generic reader).
(setf sections)
(generic writer).
style
(generic reader).
(setf style)
(generic writer).
style
(class).
suffix
(generic reader).
(setf suffix)
(generic writer).
tab
(class).
tab-kind
(type).
tail
(generic reader).
(setf tail)
(generic writer).
target
(generic reader).
terpri-newline
(class).
text
(class).
unquote-form
(type).
unquote-form-p
(function).
value
(generic reader).
(setf value)
(generic writer).
width
(generic reader).
with-newlines
(macro).
with-style
(macro).
write-fragments
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Tests whether or not the list passed to the lexically current logical block has been exhausted. If this list has been reduced to nil, pprint-exit-if-list-exhausted terminates the execution of the lexically current logical block except for the printing of the suffix. Otherwise pprint-exit-if-list-exhausted returns nil.
Pops one element from the list being printed in the lexically current logical block, obeying *print-length* and *print-circle*.
(eql t)
) &optional read-only) ¶(eql :empty)
) &optional read-only) ¶null
) &optional read-only) ¶pretty-stream
)) ¶pretty-stream
)) ¶two-way-stream
)) ¶broadcast-stream
)) ¶(eql nil)
)) ¶(eql t)
)) ¶pretty-stream
) &rest initargs &key) ¶dispatch-table
) object) ¶pretty-stream
) suffix) ¶pretty-stream
) (relative-to (eql :current)
) n) ¶pretty-stream
) (relative-to (eql :block)
) n) ¶pretty-stream
) (kind (eql :fill)
)) ¶pretty-stream
) (kind (eql :linear)
)) ¶pretty-stream
) (kind (eql :miser)
)) ¶pretty-stream
) (kind (eql :mandatory)
)) ¶pretty-stream
) prefix per-line-prefix-p) ¶pretty-stream
) (kind (eql :section-relative)
) colnum colinc) ¶pretty-stream
) (kind (eql :section)
) colnum colinc) ¶pretty-stream
) (kind (eql :line-relative)
) colnum colinc) ¶pretty-stream
) (kind (eql :line)
) colnum colinc) ¶pretty-stream
)) ¶dispatch-table
) type-specifier function &optional priority pattern arguments) ¶dispatch-table
) type-specifier (function null
) &optional priority pattern arguments) ¶pretty-stream
) char &optional style) ¶pretty-stream
) char &optional start end style) ¶pretty-stream
) column old-style new-style) ¶pretty-stream
)) ¶pretty-stream
)) ¶dispatch-table
) stream) ¶dispatch-entry
) stream) ¶pretty-stream
) column) ¶sb-gray
.
pretty-stream
)) ¶sb-gray
.
pretty-stream
)) ¶pretty-stream
)) ¶sb-gray
.
pretty-stream
)) ¶sb-gray
.
pretty-stream
)) ¶sb-gray
.
pretty-stream
)) ¶sb-gray
.
pretty-stream
)) ¶sb-gray
.
pretty-stream
)) ¶sb-gray
.
pretty-stream
) (char (eql #\newline)
)) ¶sb-gray
.
pretty-stream
) char) ¶sb-gray
.
fundamental-character-output-stream
.
(setf blocks)
.
blocks
.
client
.
(setf column)
.
column
.
(setf depth)
.
depth
.
(setf fragments)
.
fragments
.
(setf head)
.
head
.
(setf line)
.
line
.
(setf line-width)
.
line-width
.
make-pretty-stream
.
make-style
.
pprint-end-logical-block
.
pprint-indent
.
pprint-indent
.
pprint-newline
.
pprint-newline
.
pprint-newline
.
pprint-newline
.
pprint-start-logical-block
.
pprint-tab
.
pprint-tab
.
pprint-tab
.
pprint-tab
.
pretty-stream-p
.
(setf sections)
.
sections
.
stream-advance-to-column
.
stream-clear-output
.
stream-element-type
.
stream-finish-output
.
stream-force-output
.
stream-fresh-line
.
stream-line-column
.
stream-line-length
.
stream-measure-char
.
stream-measure-string
.
stream-scale-column
.
(setf stream-style)
.
stream-style
.
stream-terpri
.
stream-write-char
.
stream-write-char
.
(setf style)
.
style
.
(setf tail)
.
tail
.
target
.
0
(or null real)
(or null real)
:column
:style
list
list
block-start
)) ¶automatically generated reader method
block-start
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated reader method
section-start
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
section-start
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
section-start
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
section-start
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-entry
)) ¶automatically generated reader method
dispatch-entry
)) ¶automatically generated writer method
dispatch-table
)) ¶automatically generated reader method
dispatch-table
)) ¶automatically generated reader method
dispatch-table
)) ¶automatically generated reader method
dispatch-table
)) ¶automatically generated writer method
dispatch-table
)) ¶automatically generated reader method
dispatch-table
)) ¶automatically generated writer method
dispatch-table
)) ¶automatically generated reader method
dispatch-table
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
head
.
pretty-stream
)) ¶automatically generated writer method
head
.
instruction
)) ¶block-start
)) ¶automatically generated reader method
instruction
)) ¶block-start
)) ¶automatically generated writer method
block-start
)) ¶(eql :overflow-lines)
) (instruction block-start
)) ¶current-indent
)) ¶block-indent
)) ¶conditional-newline
)) ¶(eql :multiline)
) (instruction fill-newline
)) ¶(eql :multiline)
) (instruction fresh-newline
)) ¶(eql :multiline)
) (instruction miser-newline
)) ¶(eql :single-line)
) (instruction terpri-newline
)) ¶section-tab
)) ¶section-start
)) ¶(eql :overflow-lines)
) instruction) ¶pretty-stream
)) ¶automatically generated reader method
line
.
pretty-stream
)) ¶automatically generated writer method
line
.
pretty-stream
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
dispatch-table
)) ¶block-start
)) ¶automatically generated reader method
block-start
)) ¶automatically generated writer method
block-start
)) ¶automatically generated reader method
block-start
)) ¶automatically generated reader method
block-start
)) ¶automatically generated writer method
instruction
)) ¶automatically generated reader method
next
.
instruction
)) ¶automatically generated writer method
next
.
instruction
)) ¶automatically generated reader method
instruction
)) ¶automatically generated writer method
block-start
)) ¶automatically generated reader method
section-instruction
)) ¶automatically generated reader method
section-instruction
)) ¶automatically generated writer method
section-start
)) ¶automatically generated reader method
section-start
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
pretty-stream
)) ¶automatically generated writer method
pretty-stream
)) ¶automatically generated reader method
tail
.
pretty-stream
)) ¶automatically generated writer method
tail
.
pretty-stream
)) ¶automatically generated reader method
style
)) ¶automatically generated writer method
advance
)) ¶automatically generated writer method
real
0
:value
list
:newline
(or null real)
:indent
(or null real)
:miser-width
This slot is read-only.
boolean
(or null inravina::block-end)
:block-end
(setf dispatch-entry-arguments)
.
dispatch-entry-arguments
.
(setf dispatch-entry-dispatch-function)
.
dispatch-entry-dispatch-function
.
(setf dispatch-entry-function-designator)
.
dispatch-entry-function-designator
.
(setf dispatch-entry-pattern)
.
dispatch-entry-pattern
.
(setf dispatch-entry-priority)
.
dispatch-entry-priority
.
(setf dispatch-entry-test-function)
.
dispatch-entry-test-function
.
(setf dispatch-entry-type-specifier)
.
dispatch-entry-type-specifier
.
print-object
.
:type-specifier
function
:test-function
(or (and symbol (not null)) function)
:function-designator
(member :client-stream-object :client-object-stream :stream-object :object-stream)
:pattern
list
:arguments
function
:dispatch-function
real
0
:priority
dispatch-table-cons-entries
.
dispatch-table-default-dispatch-function
.
(setf dispatch-table-entries)
.
dispatch-table-entries
.
(setf dispatch-table-non-cons-entries)
.
dispatch-table-non-cons-entries
.
(setf dispatch-table-read-only-p)
.
dispatch-table-read-only-p
.
make-pprint-dispatch-iterator
.
pprint-dispatch
.
print-object
.
set-pprint-dispatch
.
set-pprint-dispatch
.
list
hash-table
(make-hash-table :test (quote eql))
This slot is read-only.
list
boolean
:read-only
function
:default-dispatch-function
This slot is read-only.
boolean
:break-before-p
(or null inravina::section-start)
:section
integer
0
:depth
(or null real)
:column
(or null inravina::newline inravina::block-end)
:section-end
:value
string
(make-array 32 :adjustable t :fill-pointer 0 :element-type (quote character))
:value
Jump to: | (
A B C D E F G H I L M N O P Q R S T U V W |
---|
Jump to: | (
A B C D E F G H I L M N O P Q R S T U V W |
---|
Jump to: | *
+
A B C D E F H I L M N O P R S T V W |
---|
Jump to: | *
+
A B C D E F H I L M N O P R S T V W |
---|
Jump to: | A B C D F I L M N O P Q R S T U |
---|
Jump to: | A B C D F I L M N O P Q R S T U |
---|