edu.neu.ccs.demeterf.stackless
Class HeapTrav.Value

java.lang.Object
  extended by edu.neu.ccs.demeterf.stackless.Continuation
      extended by edu.neu.ccs.demeterf.stackless.HeapTrav.Value
Enclosing class:
HeapTrav

public class HeapTrav.Value
extends Continuation


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

Constructor Detail

HeapTrav.Value

public HeapTrav.Value(java.lang.Object what)
Method Detail

isValue

public boolean isValue()
Overrides:
isValue in class Continuation

apply

public Continuation apply(java.lang.Object v)
Overrides:
apply in class Continuation

step

public Continuation step()
Specified by:
step in class Continuation