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.


Constructor Index

 o Escape()

Method Index

 o incrementCounter()
 o invoke(Value)
 o toString()
Convert a Value into a human-readable Java String.

Constructors

 o Escape
 public Escape()

Methods

 o incrementCounter
 public static synchronized int incrementCounter()
 o invoke
 public Value invoke(Value arg1)
Overrides:
invoke in class Subr1
 o 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