org.armedbear.lisp
Class Closure.Parameter

java.lang.Object
  extended by org.armedbear.lisp.Closure.Parameter
Enclosing class:
Closure

public static class Closure.Parameter
extends java.lang.Object


Constructor Summary
Closure.Parameter(Symbol var)
           
Closure.Parameter(Symbol var, LispObject initForm, int type)
           
Closure.Parameter(Symbol var, LispObject initForm, LispObject svar, int type)
           
Closure.Parameter(Symbol keyword, Symbol var, LispObject initForm, LispObject svar)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Closure.Parameter

public Closure.Parameter(Symbol var)

Closure.Parameter

public Closure.Parameter(Symbol var,
                         LispObject initForm,
                         int type)

Closure.Parameter

public Closure.Parameter(Symbol var,
                         LispObject initForm,
                         LispObject svar,
                         int type)

Closure.Parameter

public Closure.Parameter(Symbol keyword,
                         Symbol var,
                         LispObject initForm,
                         LispObject svar)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object