All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.armedbear.lisp.protocol.Pathname Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy