| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.Token.Continuation
protected static class Token.Continuation
Return pointer for a function call. At one point we used a token for the return pointer, but that was really an abuse of tokens.
| Field Summary | |
|---|---|
|  Token.Continuation | continuation | 
|  Env<java.lang.Object> | env | 
|  Node | node | 
| Constructor Summary | |
|---|---|
| Token.Continuation(Node node,
                   Env<java.lang.Object> env,
                   Token.Continuation continuation) | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public Node node
public Env<java.lang.Object> env
public Token.Continuation continuation
| Constructor Detail | 
|---|
public Token.Continuation(Node node,
                          Env<java.lang.Object> env,
                          Token.Continuation continuation)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||