
org.armedbear.lisp.protocol.Inspectable 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
The newest version!
package org.armedbear.lisp.protocol;
/** Object implements a protocol for dynamic introspection. */
public interface Inspectable {
public org.armedbear.lisp.LispObject getParts();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy