All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.Escape
java.lang.Object
|
+----Jaja.Jaja
|
+----Jaja.Value
|
+----Jaja.Procedure
|
+----Jaja.Subr
|
+----Jaja.Subr1
|
+----Jaja.Escape
- public class Escape
- extends Subr1
This is the class that represents escaping procedures ie continuations
with dynamic extent. They are implemented with Java exceptions.
-
Escape()
-
-
incrementCounter()
-
-
invoke(Value)
-
-
toString()
- Convert a Value into a human-readable Java String.
Escape
public Escape()
incrementCounter
public static synchronized int incrementCounter()
invoke
public Value invoke(Value arg1)
- Overrides:
- invoke in class Subr1
toString
public String toString()
- Convert a Value into a human-readable Java String.
- Overrides:
- toString in class Subr
All Packages Class Hierarchy This Package Previous Next Index