GNU Prolog for Java

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

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

Methods in gnu.prolog.vm.interpreter that return CallBacktrackInfo
 CallBacktrackInfo ExecutionState.getCallBacktrackInfo(int codePosition, Term[] args, PrologCode code, CompoundTermTag tag)
          get BacktrackInfo for call instruction.
 


GNU Prolog for Java