All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ch.wlkl.wsm.ExAss |
ass(Ex map,
Ex key,
Ex val) |
Ex |
call(Ex code,
Ex frame) |
Ex |
cf() |
ch.wlkl.wsm.ExConst |
cnst(Flow f) |
ch.wlkl.wsm.ExConst |
cnst(java.lang.Object u) |
Ex |
ex(java.lang.String name,
Ex... exs) |
Ex |
exFor(Ex eFor,
Ex eIn,
Ex eDo) |
Ex |
exIf(Ex i,
Ex t,
Ex e) |
Ex |
exNew() |
Ex |
exTry(Ex eTry,
Ex eCatch,
Ex eHandle) |
ch.wlkl.wsm.ExGet |
get(Ex map,
Ex key) |
Ex |
jFun(java.lang.Object key,
Ex... e) |
void |
jFunAdd(java.lang.Object key,
JFun j) |
boolean |
jFunExists(java.lang.Object key) |
Ex |
nf() |
Ex |
ret(Ex e) |
ch.wlkl.wsm.ExSeq |
seq(Ex... exs) |
Ex |
thrw(Ex e) |
Ex |
whl(Ex cond,
Ex st) |