Uses of Class
com.cyc.tool.subl.jrtl.nativeCode.subLisp.CatchableThrow

Packages that use CatchableThrow
com.cyc.tool.subl.jrtl.nativeCode.subLisp   
 

Uses of CatchableThrow in com.cyc.tool.subl.jrtl.nativeCode.subLisp
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.subLisp with parameters of type CatchableThrow
static SubLObject Dynamic.getResult(CatchableThrow ct)
           
static SubLObject Dynamic.getTarget(CatchableThrow ct)
           
static SubLObject Dynamic.handleCatchableThrow(CatchableThrow ct, SubLObject target)
           
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.subLisp that throw CatchableThrow
static void CatchableThrow.throwToCatch(SubLObject target)
           
static void CatchableThrow.throwToCatch(SubLObject target, SubLObject result)