g2d.jlambda
Class ClassLookupCont
java.lang.Object
g2d.jlambda.ClassLookupCont
public abstract class ClassLookupCont
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ClassLookupCont
public ClassLookupCont()
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()