Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.silk
Class SilkContinuation  view SilkContinuation download SilkContinuation.java

java.lang.Object
  extended bycom.memoire.silk.SilkSchemeUtils
      extended bycom.memoire.silk.SilkProcedure
          extended bycom.memoire.silk.SilkContinuation

public class SilkContinuation
extends SilkProcedure


Field Summary
(package private)  java.lang.RuntimeException cc
           
 java.lang.Object value
           
 
Fields inherited from class com.memoire.silk.SilkProcedure
name
 
Fields inherited from class com.memoire.silk.SilkSchemeUtils
FALSE, ONE, TRUE, ZERO
 
Constructor Summary
SilkContinuation(java.lang.RuntimeException cc)
           
 
Method Summary
 java.lang.Object apply(SilkScheme interpreter, java.lang.Object args)
           
 
Methods inherited from class com.memoire.silk.SilkProcedure
proc, toString
 
Methods inherited from class com.memoire.silk.SilkSchemeUtils
chr, chr, cons, equal, eqv, error, first, inPort, length, list, list, listStar, listToString, listToVector, num, num, outPort, p, p, rest, reverse, second, setFirst, setRest, str, stringify, stringify, stringify, sym, third, truth, truth, vec, vectorToList, warn, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cc

java.lang.RuntimeException cc

value

public java.lang.Object value
Constructor Detail

SilkContinuation

public SilkContinuation(java.lang.RuntimeException cc)
Method Detail

apply

public java.lang.Object apply(SilkScheme interpreter,
                              java.lang.Object args)
Specified by:
apply in class SilkProcedure