orc.runtime
Class Token.Continuation

java.lang.Object
  extended by orc.runtime.Token.Continuation
Enclosing class:
Token

protected static class Token.Continuation
extends java.lang.Object

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.

Author:
quark

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

node

public Node node

env

public Env<java.lang.Object> env

continuation

public Token.Continuation continuation
Constructor Detail

Token.Continuation

public Token.Continuation(Node node,
                          Env<java.lang.Object> env,
                          Token.Continuation continuation)