Changeset 12541


Ignore:
Timestamp:
03/15/10 10:57:44 (13 years ago)
Author:
Mark Evenson
Message:

Document INSPECT protocol for getParts().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/LispObject.java

    r12431 r12541  
    7272  }
    7373
     74  /**
     75   *  Implementing the getParts() protocol will allow INSPECT to
     76   *  return information about the substructure of a descendent of
     77   *  LispObject.
     78   * 
     79   *  The protocol is to return a List of Cons pairs, where the car of
     80   *  each pair contains a decriptive string, and the cdr returns a
     81   *  subobject for inspection.
     82   */
    7483  public LispObject getParts()
    7584  {
Note: See TracChangeset for help on using the changeset viewer.