public class CopyTerm2 extends JIPXCall
Constructor and Description |
---|
CopyTerm2() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreChoicePoints()
Invoked by xcall/2 to check if the custom predicate has more choice points on backtracking.
|
boolean |
unify(JIPCons input,
Hashtable varsTbl)
Invoked by xcall/2 to check if the custom predicate unify with the passed parameters
For more information see the section "How to write a custom built-in predicate" in the Reference Manual.
|
getJIPEngine, getPredicate, getQueryHandle, init
public final boolean unify(JIPCons input, Hashtable varsTbl)
JIPXCall
public boolean hasMoreChoicePoints()
JIPXCall
hasMoreChoicePoints
in class JIPXCall