class jnc.Module

class Module {
    // properties

    jnc.ModuleCompileFlags const property m_compileFlags;
    jnc.ModuleCompileState const property m_compileState;
    jnc.GlobalNamespace* const property m_globalNamespace;
    jnc.Type* const indexed property m_primitiveTypeTable(jnc.TypeKind typeKind);

    // construction

    construct(long p);
};