Graphics2D Actor API

g2d.jlambda
Class ForCont

java.lang.Object
  extended by g2d.jlambda.ForCont

public class ForCont
extends Object


Field Summary
protected  List args
           
protected  g2d.jlambda.Environment env
           
protected  Throwable excep
           
protected  List form
           
protected  String formId
           
protected  g2d.jlambda.Continuation k
           
protected  String msg
           
protected  int n
           
protected  Object[] vals
           
 
Constructor Summary
ForCont(List form, String formId, List args, g2d.jlambda.Environment env, g2d.jlambda.Continuation k)
           
 
Method Summary
 Object getArray()
           
 Throwable getException()
           
 Iterator getIter()
           
 int getN()
           
 int getNumElements()
           
 String info()
           
 void init(List form, String aFormId, List someArgs, g2d.jlambda.Environment anEnv, g2d.jlambda.Continuation aK)
           
 void setArray(Object array)
           
 void setException(Throwable e)
           
 void setIter(Iterator iter)
           
 void setN(int n)
           
 void setNumElements(int numElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

form

protected List form

msg

protected String msg

formId

protected String formId

args

protected List args

vals

protected Object[] vals

n

protected int n

env

protected g2d.jlambda.Environment env

k

protected g2d.jlambda.Continuation k

excep

protected Throwable excep
Constructor Detail

ForCont

public ForCont(List form,
               String formId,
               List args,
               g2d.jlambda.Environment env,
               g2d.jlambda.Continuation k)
Method Detail

getIter

public Iterator getIter()

setIter

public void setIter(Iterator iter)

getArray

public Object getArray()

setArray

public void setArray(Object array)

getNumElements

public int getNumElements()

setNumElements

public void setNumElements(int numElements)

init

public void init(List form,
                 String aFormId,
                 List someArgs,
                 g2d.jlambda.Environment anEnv,
                 g2d.jlambda.Continuation aK)

getN

public int getN()

setN

public void setN(int n)

getException

public Throwable getException()

setException

public void setException(Throwable e)

info

public String info()

Graphics2D Actor API