galapi
Class CompiledModule

java.lang.Object
  extended bygalapi.Context
      extended bygalapi.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

Field Summary
 
Fields inherited from class galapi.Context
item
 
Constructor Summary
protected CompiledModule()
           
protected CompiledModule(int native_item)
           
 
Method Summary
 CompiledProlog getCompiledProlog()
           
 ItemList getCompiledStatements()
           
protected static int nativeGetCompiledProlog(int cm)
           
protected static int nativeGetCompiledStatements(int cm)
           
 
Methods inherited from class galapi.Context
finalize, getNativeItem, nativeFree, setItem
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledModule

protected CompiledModule()

CompiledModule

protected CompiledModule(int native_item)
Method Detail

getCompiledProlog

public CompiledProlog getCompiledProlog()

getCompiledStatements

public ItemList getCompiledStatements()

nativeGetCompiledProlog

protected static int nativeGetCompiledProlog(int cm)

nativeGetCompiledStatements

protected static int nativeGetCompiledStatements(int cm)