Graphics2D Actor API

g2d.jlambda
Class ClassLookupCont

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

public abstract class ClassLookupCont
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
ClassLookupCont()
           
 
Method Summary
protected  void cont(g2d.jlambda.State state)
           
 Throwable getException()
           
 int getN()
           
 Class getTargetClass()
           
 String info()
           
 void init(List form, String aFormId, List someArgs, g2d.jlambda.Environment anEnv, g2d.jlambda.Continuation aK)
           
abstract  Class lookupClass(String typeSpec)
           
 void setException(Throwable e)
           
 void setN(int n)
           
 void setTargetClass(Class c)
           
 
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

ClassLookupCont

public ClassLookupCont()
Method Detail

getTargetClass

public Class getTargetClass()

setTargetClass

public void setTargetClass(Class c)

cont

protected void cont(g2d.jlambda.State state)

lookupClass

public abstract Class lookupClass(String typeSpec)
                           throws ClassNotFoundException
Throws:
ClassNotFoundException

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