Package org.armedbear.lisp
Class ClosureBinding
- java.lang.Object
-
- org.armedbear.lisp.ClosureBinding
-
- All Implemented Interfaces:
java.io.Serializable
public class ClosureBinding extends java.lang.Object implements java.io.Serializable
This class serves merely to store a reference to an object, used in the closure array. Objects of this type are used to model the fact that closures close over bindings and not over values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description LispObject
value
-
Constructor Summary
Constructors Constructor Description ClosureBinding(LispObject value)
-
-
-
Field Detail
-
value
public LispObject value
-
-
Constructor Detail
-
ClosureBinding
public ClosureBinding(LispObject value)
-
-