Package apple.struct

Class dylib_table_of_contents


  • public final class dylib_table_of_contents
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int module_index()
      index into the module table this symbol is defined in
      void setModule_index​(int value)
      index into the module table this symbol is defined in
      void setSymbol_index​(int value)
      the defined external symbol (index into the symbol table)
      int symbol_index()
      the defined external symbol (index into the symbol table)
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • dylib_table_of_contents

        public dylib_table_of_contents()
      • dylib_table_of_contents

        protected dylib_table_of_contents​(org.moe.natj.general.Pointer peer)
      • dylib_table_of_contents

        public dylib_table_of_contents​(int symbol_index,
                                       int module_index)
    • Method Detail

      • symbol_index

        public int symbol_index()
        the defined external symbol (index into the symbol table)
      • setSymbol_index

        public void setSymbol_index​(int value)
        the defined external symbol (index into the symbol table)
      • module_index

        public int module_index()
        index into the module table this symbol is defined in
      • setModule_index

        public void setModule_index​(int value)
        index into the module table this symbol is defined in