Uses of Interface
com.cyc.tool.subl.jrtl.nativeCode.subLisp.Errors.RestartMethod

Packages that use Errors.RestartMethod
com.cyc.tool.subl.jrtl.nativeCode.subLisp   
 

Uses of Errors.RestartMethod in com.cyc.tool.subl.jrtl.nativeCode.subLisp
 

Fields in com.cyc.tool.subl.jrtl.nativeCode.subLisp declared as Errors.RestartMethod
static Errors.RestartMethod SubLReader.CONTINUE_RESTART_METHOD
           
 

Methods in com.cyc.tool.subl.jrtl.nativeCode.subLisp that return Errors.RestartMethod
 Errors.RestartMethod SubLReader.askRestartChoiceQuestion(java.lang.String message, java.lang.String continueString, java.util.List<Errors.Restarter> restarters, boolean addConfigurableRestarters, SubLException se)
           
 Errors.RestartMethod Errors.Restarter.getRestartMethod()
           
 

Constructors in com.cyc.tool.subl.jrtl.nativeCode.subLisp with parameters of type Errors.RestartMethod
Errors.Restarter(java.lang.String choice, Errors.RestartMethod restartMethod)