GNU Prolog for Java

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

Packages that use LeaveBacktrackInfo
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 LeaveBacktrackInfo in gnu.prolog.vm.interpreter
 

Methods in gnu.prolog.vm.interpreter that return LeaveBacktrackInfo
 LeaveBacktrackInfo ExecutionState.getLeaveBacktrackInfo()
          get leave backtrack info
 


GNU Prolog for Java