jist.runtime
Class JistAPI.Continuation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by jist.runtime.JistAPI.Continuation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JistAPI

public static class JistAPI.Continuation
extends java.lang.Error

Tags a method as call-with-continuation (blocking).

Since:
JIST1.0
Author:
Rimon Barr <barr+jist@cs.cornell.edu>
See Also:
Serialized Form

Constructor Summary
JistAPI.Continuation()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JistAPI.Continuation

public JistAPI.Continuation()