galapi
Class PreparedProlog
java.lang.Object
galapi.Context
galapi.CompiledProlog
galapi.PreparedProlog
- public class PreparedProlog
- extends CompiledProlog
A PreparedProlog
is a CompiledProlog
takes
an external context defined by the application (e.g., the values of
the context item and any global variables) and returns a prolog
in which all global variables have been evaluated.
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreparedProlog
protected PreparedProlog()
PreparedProlog
protected PreparedProlog(int native_item)
nsenvFromPreparedProlog
public NamespaceEnv nsenvFromPreparedProlog()
nativeNsenvFromPreparedProlog
protected static int nativeNsenvFromPreparedProlog(int prepared_prolog)