DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(goops.info.gz) Method Definition

Info Catalog (goops.info.gz) Class Redefinition (goops.info.gz) MOP Specification (goops.info.gz) Generic Function Invocation
 
 Method Definition
 =================
 
 `define-method' (syntax)
 
    * `add-method! TARGET METHOD' (generic)
 
      `define-method' invokes the `add-method!' generic function to
      handle adding the new method to a variety of possible targets.
      GOOPS includes methods to handle TARGET as
 
         * a generic function (the most common case)
 
         * a procedure
 
         * a primitive generic ( Extending Guiles Primitives)
 
      By defining further methods for `add-method!', you can
      theoretically handle adding methods to further types of target.
 
Info Catalog (goops.info.gz) Class Redefinition (goops.info.gz) MOP Specification (goops.info.gz) Generic Function Invocation
automatically generated byinfo2html