galapi
Class CompiledProlog

java.lang.Object
  extended bygalapi.Context
      extended bygalapi.CompiledProlog
Direct Known Subclasses:
PreparedProlog

public class CompiledProlog
extends Context

The CompiledProlog encapsulates one or more prologs that have been compiled. It includes:

  • the built-in types, namespaces, and functions
  • the user-defined types, namespaces, and functions specified in any imported library modules


    Field Summary
     
    Fields inherited from class galapi.Context
    item
     
    Constructor Summary
    protected CompiledProlog()
               
    protected CompiledProlog(int native_item)
               
     
    Method Summary
    protected static int nativeNsenvFromCompiledProlog(int compiled_prolog)
               
     NamespaceEnv nsenvFromCompiledProlog()
               
     
    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

    CompiledProlog

    protected CompiledProlog()

    CompiledProlog

    protected CompiledProlog(int native_item)
    Method Detail

    nsenvFromCompiledProlog

    public NamespaceEnv nsenvFromCompiledProlog()

    nativeNsenvFromCompiledProlog

    protected static int nativeNsenvFromCompiledProlog(int compiled_prolog)