GNU Prolog for Java

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

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

Methods in gnu.prolog.vm.interpreter that return EnterBacktrackInfo
 EnterBacktrackInfo ExecutionState.getEnterBacktrackInfo()
          get enter backtrack info
 


GNU Prolog for Java