This is the stripe-against-the-modern-world Reference Manual, version 0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:47:55 2024 GMT+0.
stripe-against-the-modern-world/stripe-against-the-modern-world.asd
stripe-against-the-modern-world/package.lisp
stripe-against-the-modern-world/conditions.lisp
stripe-against-the-modern-world/protocol.lisp
stripe-against-the-modern-world/helpers.lisp
stripe-against-the-modern-world/webhooks.lisp
stripe-against-the-modern-world/stripe-against-the-modern-world.lisp
The main system appears first, followed by any subsystem dependency.
stripe-against-the-modern-world
Implementation of the Stripe API.
K1D77A
MIT
0.2
str
(system).
dexador
(system).
jonathan
(system).
alexandria
(system).
ironclad
(system).
local-time
(system).
ningle
(system).
do-urlencode
(system).
closer-mop
(system).
package.lisp
(file).
conditions.lisp
(file).
protocol.lisp
(file).
helpers.lisp
(file).
webhooks.lisp
(file).
stripe-against-the-modern-world.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
stripe-against-the-modern-world/stripe-against-the-modern-world.asd
stripe-against-the-modern-world/package.lisp
stripe-against-the-modern-world/conditions.lisp
stripe-against-the-modern-world/protocol.lisp
stripe-against-the-modern-world/helpers.lisp
stripe-against-the-modern-world/webhooks.lisp
stripe-against-the-modern-world/stripe-against-the-modern-world.lisp
stripe-against-the-modern-world/stripe-against-the-modern-world.asd
stripe-against-the-modern-world
(system).
stripe-against-the-modern-world/package.lisp
stripe-against-the-modern-world
(system).
stripe-against-the-modern-world/conditions.lisp
package.lisp
(file).
stripe-against-the-modern-world
(system).
*parse-as*
(special variable).
api-error
(condition).
card-error
(condition).
code
(reader method).
(setf code)
(writer method).
decline-code
(reader method).
(setf decline-code)
(writer method).
doc-url
(reader method).
(setf doc-url)
(writer method).
error-type
(reader method).
(setf error-type)
(writer method).
indempotency-error
(condition).
invalid-request-error
(condition).
message
(reader method).
(setf message)
(writer method).
param
(reader method).
(setf param)
(writer method).
parent-condition
(reader method).
(setf parent-condition)
(writer method).
payment-intent
(reader method).
(setf payment-intent)
(writer method).
payment-method
(reader method).
(setf payment-method)
(writer method).
payment-method-type
(reader method).
(setf payment-method-type)
(writer method).
print-object
(method).
setup-intent
(reader method).
(setf setup-intent)
(writer method).
source
(reader method).
(setf source)
(writer method).
stripe-api-condition
(condition).
stripe-condition
(condition).
%determine-condition-class
(function).
%error-key->slot-name
(method).
%error-key->slot-name
(method).
%failed-request-to-condition
(generic function).
charge
(reader method).
(setf charge)
(writer method).
with-captured-api-failure
(macro).
stripe-against-the-modern-world/protocol.lisp
conditions.lisp
(file).
stripe-against-the-modern-world
(system).
api-call
(class).
api-slot
(class).
call-api
(method).
compute-effective-slot-definition
(method).
content
(reader method).
(setf content)
(writer method).
defapi
(macro).
defapi%delete
(macro).
defapi%get
(macro).
delete-request
(class).
direct-slot-definition-class
(method).
effective-slot-definition-class
(method).
get-request
(class).
post-files-request
(class).
post-request
(class).
put-request
(class).
request-fun
(reader method).
request-with-content
(class).
request-without-content
(class).
stripe-request
(class).
validate-superclass
(method).
validate-superclass
(method).
api-slot-direct
(class).
api-slot-effective
(class).
determine-base-url
(method).
determine-base-url
(method).
endpoint
(reader method).
(setf endpoint)
(writer method).
form-dex-args
(generic function).
gen-url-generator
(function).
generate-url
(method).
genned-slot-names
(reader method).
(setf genned-slot-names)
(writer method).
in-list
(function).
replace-vars-for-slot-names
(function).
slots-from-url
(function).
string-constructor
(reader method).
(setf string-constructor)
(writer method).
translator
(reader method).
(setf translator)
(writer method).
stripe-against-the-modern-world/helpers.lisp
protocol.lisp
(file).
stripe-against-the-modern-world
(system).
ec
(function).
*test*
(special variable).
*test2*
(special variable).
*test3*
(special variable).
construct-alist
(function).
copy-res
(function).
destructure-environment
(macro).
determine-list-type
(function).
enc-h
(function).
encode-array-array
(function).
encode-hash-table
(function).
encode-key-array
(function).
encode-key-val
(function).
entry
(function).
env
(class).
format-basic-array
(function).
format-object-in-array
(function).
make-res
(function).
parents
(reader method).
(setf parents)
(writer method).
process-obj
(method).
process-obj
(method).
process-obj
(method).
rec
(function).
res
(reader method).
(setf res)
(writer method).
res
(structure).
res-list
(reader).
(setf res-list)
(writer).
res-p
(function).
with-changed-array
(macro).
with-current-pos
(macro).
with-new-pos
(macro).
with-resetting-current-pos
(macro).
with-resetting-parents
(macro).
stripe-against-the-modern-world/webhooks.lisp
helpers.lisp
(file).
stripe-against-the-modern-world
(system).
verify-signature
(function).
verify-webhook
(method).
->array
(method).
->array
(method).
compute-signature
(function).
stripe-against-the-modern-world/stripe-against-the-modern-world.lisp
webhooks.lisp
(file).
stripe-against-the-modern-world
(system).
*api-key*
(special variable).
*api-version*
(special variable).
*url*
(special variable).
balance%get-balance
(class).
balance_transactions%all
(class).
balance_transactions%id
(class).
charges%all
(class).
charges%capture
(class).
charges%create
(class).
charges%id
(class).
charges%update
(class).
customers%all
(class).
customers%create
(class).
customers%id
(class).
customers%update
(class).
disputes%all
(class).
disputes%close
(class).
disputes%id
(class).
disputes%update
(class).
events%all
(class).
events%id
(class).
file_links%all
(class).
file_links%create
(class).
file_links%id
(class).
file_links%update
(class).
files%all
(class).
files%create
(class).
files%id
(class).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
mandates%id
(class).
payment_intents%all
(class).
payment_intents%cancel
(class).
payment_intents%capture
(class).
payment_intents%confirm
(class).
payment_intents%create
(class).
payment_intents%id
(class).
payment_intents%update
(class).
payouts%all
(class).
payouts%cancel
(class).
payouts%confirm
(class).
payouts%create
(class).
payouts%id
(class).
payouts%update
(class).
prices%all
(class).
prices%create
(class).
prices%id
(class).
prices%update
(class).
products%all
(class).
products%create
(class).
products%delete
(class).
products%id
(class).
products%update
(class).
refunds%all
(class).
refunds%create
(class).
refunds%id
(class).
refunds%update
(class).
sessions%create
(class).
sessions%expire
(class).
sessions%get
(class).
sessions%line-items
(class).
setup_attempts%all
(class).
setup_intents%all
(class).
setup_intents%cancel
(class).
setup_intents%confirm
(class).
setup_intents%create
(class).
setup_intents%id
(class).
setup_intents%update
(class).
shipping%all
(class).
shipping%create
(class).
shipping%get
(class).
shipping%update
(class).
tokens%create
(class).
tokens%id
(class).
webhooks%all
(class).
webhooks%create
(class).
webhooks%delete
(class).
webhooks%get
(class).
webhooks%update
(class).
sessions%all
(class).
Packages are listed by definition order.
stripe-against-the-modern-world
satmw
common-lisp
.
*api-key*
(special variable).
*api-version*
(special variable).
*parse-as*
(special variable).
*url*
(special variable).
api-call
(class).
api-error
(condition).
api-slot
(class).
balance%get-balance
(class).
balance_transactions%all
(class).
balance_transactions%id
(class).
call-api
(generic function).
card-error
(condition).
charges%all
(class).
charges%capture
(class).
charges%create
(class).
charges%id
(class).
charges%update
(class).
code
(generic reader).
(setf code)
(generic writer).
content
(generic reader).
(setf content)
(generic writer).
customers%all
(class).
customers%create
(class).
customers%id
(class).
customers%update
(class).
decline-code
(generic reader).
(setf decline-code)
(generic writer).
defapi
(macro).
defapi%delete
(macro).
defapi%get
(macro).
delete-request
(class).
disputes%all
(class).
disputes%close
(class).
disputes%id
(class).
disputes%update
(class).
doc-url
(generic reader).
(setf doc-url)
(generic writer).
ec
(function).
error-type
(generic reader).
(setf error-type)
(generic writer).
events%all
(class).
events%id
(class).
file_links%all
(class).
file_links%create
(class).
file_links%id
(class).
file_links%update
(class).
files%all
(class).
files%create
(class).
files%id
(class).
get-request
(class).
id
(generic reader).
(setf id)
(generic writer).
indempotency-error
(condition).
invalid-request-error
(condition).
mandates%id
(class).
message
(generic reader).
(setf message)
(generic writer).
param
(generic reader).
(setf param)
(generic writer).
parent-condition
(generic reader).
(setf parent-condition)
(generic writer).
payment-intent
(generic reader).
(setf payment-intent)
(generic writer).
payment-method
(generic reader).
(setf payment-method)
(generic writer).
payment-method-type
(generic reader).
(setf payment-method-type)
(generic writer).
payment_intents%all
(class).
payment_intents%cancel
(class).
payment_intents%capture
(class).
payment_intents%confirm
(class).
payment_intents%create
(class).
payment_intents%id
(class).
payment_intents%update
(class).
payouts%all
(class).
payouts%cancel
(class).
payouts%confirm
(class).
payouts%create
(class).
payouts%id
(class).
payouts%update
(class).
post-files-request
(class).
post-request
(class).
prices%all
(class).
prices%create
(class).
prices%id
(class).
prices%update
(class).
products%all
(class).
products%create
(class).
products%delete
(class).
products%id
(class).
products%update
(class).
put-request
(class).
refunds%all
(class).
refunds%create
(class).
refunds%id
(class).
refunds%update
(class).
request-fun
(generic reader).
request-with-content
(class).
request-without-content
(class).
sessions%create
(class).
sessions%expire
(class).
sessions%get
(class).
sessions%line-items
(class).
setup-intent
(generic reader).
(setf setup-intent)
(generic writer).
setup_attempts%all
(class).
setup_intents%all
(class).
setup_intents%cancel
(class).
setup_intents%confirm
(class).
setup_intents%create
(class).
setup_intents%id
(class).
setup_intents%update
(class).
shipping%all
(class).
shipping%create
(class).
shipping%get
(class).
shipping%update
(class).
source
(generic reader).
(setf source)
(generic writer).
stripe-api-condition
(condition).
stripe-condition
(condition).
stripe-request
(class).
tokens%create
(class).
tokens%id
(class).
verify-signature
(function).
verify-webhook
(generic function).
webhooks%all
(class).
webhooks%create
(class).
webhooks%delete
(class).
webhooks%get
(class).
webhooks%update
(class).
%determine-condition-class
(function).
%error-key->slot-name
(generic function).
%failed-request-to-condition
(generic function).
*test*
(special variable).
*test2*
(special variable).
*test3*
(special variable).
->array
(generic function).
api-slot-direct
(class).
api-slot-effective
(class).
charge
(generic reader).
(setf charge)
(generic writer).
compute-signature
(function).
construct-alist
(function).
copy-res
(function).
destructure-environment
(macro).
determine-base-url
(generic function).
determine-list-type
(function).
enc-h
(function).
encode-array-array
(function).
encode-hash-table
(function).
encode-key-array
(function).
encode-key-val
(function).
endpoint
(generic reader).
(setf endpoint)
(generic writer).
entry
(function).
env
(class).
form-dex-args
(generic function).
format-basic-array
(function).
format-object-in-array
(function).
gen-url-generator
(function).
generate-url
(generic function).
genned-slot-names
(generic reader).
(setf genned-slot-names)
(generic writer).
in-list
(function).
make-res
(function).
parents
(generic reader).
(setf parents)
(generic writer).
process-obj
(generic function).
rec
(function).
replace-vars-for-slot-names
(function).
res
(generic reader).
(setf res)
(generic writer).
res
(structure).
res-list
(reader).
(setf res-list)
(writer).
res-p
(function).
sessions%all
(class).
slots-from-url
(function).
string-constructor
(generic reader).
(setf string-constructor)
(generic writer).
translator
(generic reader).
(setf translator)
(generic writer).
with-captured-api-failure
(macro).
with-changed-array
(macro).
with-current-pos
(macro).
with-new-pos
(macro).
with-resetting-current-pos
(macro).
with-resetting-parents
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Used to parse data with call-api. Defaults to jojo’s :plist, can be any valid parser key, best use :hash-table
Verifies the received V1 using TIMESTAMP and RAW-BODY. Returns whether it is
valid (bool) and the difference between TIMESTAMP and #’local-time:now (unix epoch time)
stripe-api-condition
)) ¶stripe-api-condition
)) ¶code
.
request-with-content
)) ¶automatically generated reader method
request-with-content
)) ¶automatically generated writer method
stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶webhooks%delete
)) ¶automatically generated reader method
id
.
webhooks%update
)) ¶automatically generated reader method
id
.
webhooks%get
)) ¶automatically generated reader method
id
.
shipping%update
)) ¶automatically generated reader method
id
.
shipping%get
)) ¶automatically generated reader method
id
.
sessions%line-items
)) ¶automatically generated reader method
id
.
sessions%get
)) ¶automatically generated reader method
id
.
sessions%expire
)) ¶automatically generated reader method
id
.
prices%update
)) ¶automatically generated reader method
id
.
prices%id
)) ¶automatically generated reader method
id
.
products%delete
)) ¶automatically generated reader method
id
.
products%update
)) ¶automatically generated reader method
id
.
products%id
)) ¶automatically generated reader method
id
.
tokens%id
)) ¶automatically generated reader method
id
.
refunds%update
)) ¶automatically generated reader method
id
.
refunds%id
)) ¶automatically generated reader method
id
.
payouts%cancel
)) ¶automatically generated reader method
id
.
payouts%confirm
)) ¶automatically generated reader method
id
.
payouts%update
)) ¶automatically generated reader method
id
.
payouts%id
)) ¶automatically generated reader method
id
.
setup_intents%cancel
)) ¶automatically generated reader method
id
.
setup_intents%confirm
)) ¶automatically generated reader method
id
.
setup_intents%update
)) ¶automatically generated reader method
id
.
setup_intents%id
)) ¶automatically generated reader method
id
.
payment_intents%cancel
)) ¶automatically generated reader method
id
.
payment_intents%capture
)) ¶automatically generated reader method
id
.
payment_intents%confirm
)) ¶automatically generated reader method
id
.
payment_intents%update
)) ¶automatically generated reader method
id
.
payment_intents%id
)) ¶automatically generated reader method
id
.
mandates%id
)) ¶automatically generated reader method
id
.
file_links%update
)) ¶automatically generated reader method
id
.
file_links%id
)) ¶automatically generated reader method
id
.
files%id
)) ¶automatically generated reader method
id
.
events%id
)) ¶automatically generated reader method
id
.
disputes%close
)) ¶automatically generated reader method
id
.
disputes%update
)) ¶automatically generated reader method
id
.
disputes%id
)) ¶automatically generated reader method
id
.
customers%id
)) ¶automatically generated reader method
id
.
customers%update
)) ¶automatically generated reader method
id
.
charges%capture
)) ¶automatically generated reader method
id
.
charges%update
)) ¶automatically generated reader method
id
.
charges%id
)) ¶automatically generated reader method
id
.
balance_transactions%id
)) ¶automatically generated reader method
id
.
webhooks%delete
)) ¶automatically generated writer method
id
.
webhooks%update
)) ¶automatically generated writer method
id
.
webhooks%get
)) ¶automatically generated writer method
id
.
shipping%update
)) ¶automatically generated writer method
id
.
shipping%get
)) ¶automatically generated writer method
id
.
sessions%line-items
)) ¶automatically generated writer method
id
.
sessions%get
)) ¶automatically generated writer method
id
.
sessions%expire
)) ¶automatically generated writer method
id
.
prices%update
)) ¶automatically generated writer method
id
.
prices%id
)) ¶automatically generated writer method
id
.
products%delete
)) ¶automatically generated writer method
id
.
products%update
)) ¶automatically generated writer method
id
.
products%id
)) ¶automatically generated writer method
id
.
tokens%id
)) ¶automatically generated writer method
id
.
refunds%update
)) ¶automatically generated writer method
id
.
refunds%id
)) ¶automatically generated writer method
id
.
payouts%cancel
)) ¶automatically generated writer method
id
.
payouts%confirm
)) ¶automatically generated writer method
id
.
payouts%update
)) ¶automatically generated writer method
id
.
payouts%id
)) ¶automatically generated writer method
id
.
setup_intents%cancel
)) ¶automatically generated writer method
id
.
setup_intents%confirm
)) ¶automatically generated writer method
id
.
setup_intents%update
)) ¶automatically generated writer method
id
.
setup_intents%id
)) ¶automatically generated writer method
id
.
payment_intents%cancel
)) ¶automatically generated writer method
id
.
payment_intents%capture
)) ¶automatically generated writer method
id
.
payment_intents%confirm
)) ¶automatically generated writer method
id
.
payment_intents%update
)) ¶automatically generated writer method
id
.
payment_intents%id
)) ¶automatically generated writer method
id
.
mandates%id
)) ¶automatically generated writer method
id
.
file_links%update
)) ¶automatically generated writer method
id
.
file_links%id
)) ¶automatically generated writer method
id
.
files%id
)) ¶automatically generated writer method
id
.
events%id
)) ¶automatically generated writer method
id
.
disputes%close
)) ¶automatically generated writer method
id
.
disputes%update
)) ¶automatically generated writer method
id
.
disputes%id
)) ¶automatically generated writer method
id
.
customers%id
)) ¶automatically generated writer method
id
.
customers%update
)) ¶automatically generated writer method
id
.
charges%capture
)) ¶automatically generated writer method
id
.
charges%update
)) ¶automatically generated writer method
id
.
charges%id
)) ¶automatically generated writer method
id
.
balance_transactions%id
)) ¶automatically generated writer method
id
.
stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-request
)) ¶automatically generated reader method
stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶stripe-api-condition
)) ¶request
)) ¶stripe-api-condition
) stream) ¶api-call
) (metaclass funcallable-standard-class
)) ¶sb-mop
.
API errors cover any other type of problem (e.g., a temporary problem with Stripe’s servers), and are extremely uncommon.
(quote "api_error")
:error-type
Card errors are the most common type of error you should expect to handle. They result when the user enters a card that can’t be charged for some reason.
Idempotency errors occur when an Idempotency-Key is re-used on a request that does not match the first request’s API endpoint and parameters.
(quote "indempotency_error")
:error-type
Invalid request errors arise when your request has invalid parameters.
(quote "invalid_request_error")
:error-type
(setf code)
.
code
.
(setf decline-code)
.
decline-code
.
(setf doc-url)
.
doc-url
.
(setf error-type)
.
error-type
.
(setf message)
.
message
.
(setf param)
.
param
.
(setf parent-condition)
.
parent-condition
.
(setf payment-intent)
.
payment-intent
.
(setf payment-method)
.
payment-method
.
(setf payment-method-type)
.
payment-method-type
.
print-object
.
(setf setup-intent)
.
setup-intent
.
(setf source)
.
source
.
:error-type
:parent-condition
:decline-code
:message
:param
:payment-intent
:doc-url
:payment-method
:payment-method-type
:setup-intent
:source
serious-condition
.
slot-definition
.
:translator
(quote dexador:delete)
balance%get-balance
.
balance_transactions%all
.
balance_transactions%id
.
charges%all
.
charges%id
.
customers%all
.
disputes%all
.
disputes%id
.
events%all
.
events%id
.
file_links%all
.
file_links%id
.
files%all
.
files%id
.
mandates%id
.
payment_intents%all
.
payment_intents%id
.
payouts%all
.
payouts%id
.
prices%all
.
prices%id
.
products%all
.
products%id
.
refunds%all
.
refunds%id
.
sessions%all
.
sessions%get
.
sessions%line-items
.
setup_attempts%all
.
setup_intents%all
.
setup_intents%id
.
shipping%all
.
shipping%get
.
tokens%id
.
webhooks%all
.
webhooks%get
.
(quote dexador:get)
charges%capture
.
charges%create
.
charges%update
.
customers%create
.
customers%update
.
disputes%close
.
disputes%update
.
file_links%create
.
file_links%update
.
payment_intents%cancel
.
payment_intents%capture
.
payment_intents%confirm
.
payment_intents%create
.
payment_intents%update
.
payouts%cancel
.
payouts%confirm
.
payouts%create
.
payouts%update
.
post-files-request
.
prices%create
.
prices%update
.
products%create
.
products%update
.
refunds%create
.
refunds%update
.
sessions%create
.
sessions%expire
.
setup_intents%cancel
.
setup_intents%confirm
.
setup_intents%create
.
setup_intents%update
.
shipping%create
.
shipping%update
.
tokens%create
.
webhooks%create
.
webhooks%update
.
(quote dexador:post)
(quote dexador:put)
list
:content
funcallable-standard-object
.
(quote dexador:get)
:request-fun
This slot is read-only.
Convert everything that is not an array to an array and then compute a hmac. Return a hex string as the final result.
Convert a failed request to a condition using *parse-as*
(eql :hash-table)
) condition) ¶Converts the error returned by Dex into a nice stripe condition.
(eql :plist)
) condition) ¶Converts the error returned by Dex into a nice stripe condition.
card-error
)) ¶card-error
)) ¶post-files-request
)) ¶append
.
:most-specific-last
request-with-content
)) ¶request-without-content
)) ¶stripe-request
)) ¶stripe-request
)) ¶structure-object
.
common-lisp
.
api-slot
.
standard-direct-slot-definition
.
api-slot
.
standard-effective-slot-definition
.
Jump to: | %
(
-
C D E F G I M P R S T V W |
---|
Jump to: | %
(
-
C D E F G I M P R S T V W |
---|
Jump to: | *
C D E G I L M P R S T |
---|
Jump to: | *
C D E G I L M P R S T |
---|
Jump to: | A B C D E F G H I M P R S T W |
---|
Jump to: | A B C D E F G H I M P R S T W |
---|