Package apple.struct
Class dylib_table_of_contents
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.dylib_table_of_contents
-
public final class dylib_table_of_contents extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description dylib_table_of_contents()dylib_table_of_contents(int symbol_index, int module_index)protecteddylib_table_of_contents(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmodule_index()index into the module table this symbol is defined invoidsetModule_index(int value)index into the module table this symbol is defined invoidsetSymbol_index(int value)the defined external symbol (index into the symbol table)intsymbol_index()the defined external symbol (index into the symbol table)
-
-
-
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
-
-