GNU Prolog for Java

Uses of Class
gnu.prolog.vm.interpreter.RetryBacktrackInfo

Packages that use RetryBacktrackInfo
gnu.prolog.vm.interpreter InterpretedCodeCompiler uses the various classes beginning with I and extending Instruction in the instruction sub-package to compile clauses to InterpretedByteCode
 

Uses of RetryBacktrackInfo in gnu.prolog.vm.interpreter
 

Methods in gnu.prolog.vm.interpreter that return RetryBacktrackInfo
 RetryBacktrackInfo ExecutionState.getRetryBacktrackInfo(int retryPosition)
          get BacktrackInfo for try family instructions.
 


GNU Prolog for Java