galapi
Class CompiledModule
java.lang.Object
galapi.Context
galapi.CompiledModule
- public class CompiledModule
- extends Context
A CompiledModule
encapsulates a native
compiled prolog and a list of statements to be
evaluated.
- See Also:
CompiledProlog
,
ItemList
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledModule
protected CompiledModule()
CompiledModule
protected CompiledModule(int native_item)
getCompiledProlog
public CompiledProlog getCompiledProlog()
getCompiledStatements
public ItemList getCompiledStatements()
nativeGetCompiledProlog
protected static int nativeGetCompiledProlog(int cm)
nativeGetCompiledStatements
protected static int nativeGetCompiledStatements(int cm)