| |
|
| java.lang.Object org.jatha.dynatype.StandardLispValue org.jatha.compile.LispPrimitive org.jatha.compile.SetfDocumentationPrimitive
SetfDocumentationPrimitive | public class SetfDocumentationPrimitive extends LispPrimitive (Code) | | Sets the documentation for the symbol specified.
(setf-documentation symbol type string)
The type may be any symbol, but the most common ones are:
- variable (for defvar, defparameter, defconstant)
- function (for defun, defmacro)
- structure (for defstruct)
- type (for deftype)
- setf (for defsetf)
author: Ola Bini version: $Revision: 1.4 $ |
SetfDocumentationPrimitive | public SetfDocumentationPrimitive(Jatha lisp)(Code) | | |
Methods inherited from org.jatha.compile.LispPrimitive | LispValue BuiltinFunctionCode(LispValue fn)(Code)(Java Doc) public LispValue CompileArgs(LispCompiler compiler, SECDMachine machine, LispValue args, LispValue valueList, LispValue code) throws CompilerException(Code)(Java Doc) public LispValue CompileArgs(LispCompiler compiler, SECDMachine machine, LispValue function, LispValue args, LispValue valueList, LispValue code) throws CompilerException(Code)(Java Doc) abstract public void Execute(SECDMachine machine) throws CompilerException(Code)(Java Doc) public String LispFunctionNameString()(Code)(Java Doc) public LispValue LispFunctionNameSymbol()(Code)(Java Doc) public boolean basic_functionp()(Code)(Java Doc) public LispValue grindef(LispValue code, int indentAmount)(Code)(Java Doc) public void indent(int amount)(Code)(Java Doc) public void internal_prin1(PrintStream os)(Code)(Java Doc) public void internal_princ(PrintStream os)(Code)(Java Doc) public void internal_print(PrintStream os)(Code)(Java Doc) public String parameterCountString()(Code)(Java Doc) public void printCode(LispValue code)(Code)(Java Doc) public void printCode(LispValue code, int indentAmount)(Code)(Java Doc) public String toString()(Code)(Java Doc) boolean validArgumentLength(LispValue numberOfArguments)(Code)(Java Doc) public boolean validArgumentList(LispValue args)(Code)(Java Doc)
|
|
|
|