Next: Built-in classes, Previous: Slots, Up: Introspection
Return the GOOPS class of any Scheme value.
Return #t if object is any GOOPS instance, otherwise #f.
#t
#f
Return #t if object is an instance of class or one of its subclasses.
Implementation notes: is-a? uses class-of and class-precedence-list to obtain the class precedence list for object.
is-a?
class-of
class-precedence-list