org.armedbear.lisp.protocol.Pathname Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of abcl Show documentation
Show all versions of abcl Show documentation
Common Lisp implementation running on the JVM
package org.armedbear.lisp.protocol;
// TODO: transcribe CL:PATHNAME, hook org.armedbear.lisp.Pathname up to use a proxied version of the ANSI contract.
/** Mark object as implementing the Hashtable protocol. */
public interface Pathname
extends org.armedbear.lisp.protocol.LispObject
{
public Pathname coerce();
}