source:
branches/1.1.x/src/org/armedbear/lisp/protocol/Pathname.java
Last change on this file was 14186, checked in by , 12 years ago | |
---|---|
File size: 321 bytes |
Line | |
---|---|
1 | package org.armedbear.lisp.protocol; |
2 | |
3 | // TODO: transcribe CL:PATHNAME, hook org.armedbear.lisp.Pathname up to use a proxied version of the ANSI contract. |
4 | /** Mark object as implementing the Hashtable protocol. */ |
5 | public interface Pathname |
6 | extends org.armedbear.lisp.protocol.LispObject |
7 | { |
8 | public Pathname coerce(); |
9 | } |
Note: See TracBrowser
for help on using the repository browser.