edu.neu.ccs.demeter
Class AroundContinuation

java.lang.Object
  |
  +--edu.neu.ccs.demeter.AroundContinuation

public abstract class AroundContinuation
extends Object

A class to represent a continuation passed to an around method.


Constructor Summary
AroundContinuation()
           
 
Method Summary
abstract  void apply()
          Invoke the continuation-- run the rest of the traversal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AroundContinuation

public AroundContinuation()
Method Detail

apply

public abstract void apply()
Invoke the continuation-- run the rest of the traversal.