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.
|
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 |
AroundContinuation
public AroundContinuation()
apply
public abstract void apply()
- Invoke the continuation-- run the rest of the traversal.