|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.armedbear.lisp.ClosureBinding
public class ClosureBinding
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.
| Field Summary | |
|---|---|
LispObject |
value
|
| Constructor Summary | |
|---|---|
ClosureBinding(LispObject value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public LispObject value
| Constructor Detail |
|---|
public ClosureBinding(LispObject value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||