Package apple.struct

Class linker_option_command


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_LINKER_OPTION only used in MH_OBJECT filetypes
      int cmdsize()  
      int count()
      number of strings
      void setCmd​(int value)
      LC_LINKER_OPTION only used in MH_OBJECT filetypes
      void setCmdsize​(int value)  
      void setCount​(int value)
      number of strings
      • 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

      • linker_option_command

        public linker_option_command()
      • linker_option_command

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

        public linker_option_command​(int cmd,
                                     int cmdsize,
                                     int count)
    • Method Detail

      • cmd

        public int cmd()
        LC_LINKER_OPTION only used in MH_OBJECT filetypes
      • setCmd

        public void setCmd​(int value)
        LC_LINKER_OPTION only used in MH_OBJECT filetypes
      • cmdsize

        public int cmdsize()
      • setCmdsize

        public void setCmdsize​(int value)
      • count

        public int count()
        number of strings
      • setCount

        public void setCount​(int value)
        number of strings