Changeset 12541
- Timestamp:
- 03/15/10 10:57:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/LispObject.java
r12431 r12541 72 72 } 73 73 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 */ 74 83 public LispObject getParts() 75 84 {
Note: See TracChangeset
for help on using the changeset viewer.