edu.neu.ccs.demeterf.stackless
Class Continuation

java.lang.Object
  extended by edu.neu.ccs.demeterf.stackless.Continuation
Direct Known Subclasses:
HeapTrav.Value

public abstract class Continuation
extends java.lang.Object


Constructor Summary
Continuation(Continuation l)
           
 
Method Summary
 Continuation apply(java.lang.Object v)
           
 boolean isValue()
           
abstract  Continuation step()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Continuation

public Continuation(Continuation l)
Method Detail

isValue

public boolean isValue()

step

public abstract Continuation step()

apply

public Continuation apply(java.lang.Object v)