Package apple.struct

Class symseg_command


  • public final class symseg_command
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        symseg_command()  
        symseg_command​(int cmd, int cmdsize, int offset, int size)  
      protected symseg_command​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_SYMSEG
      int cmdsize()
      sizeof(struct symseg_command)
      int offset()
      symbol segment offset
      void setCmd​(int value)
      LC_SYMSEG
      void setCmdsize​(int value)
      sizeof(struct symseg_command)
      void setOffset​(int value)
      symbol segment offset
      void setSize​(int value)
      symbol segment size in bytes
      int size()
      symbol segment size in bytes
      • 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

      • symseg_command

        public symseg_command()
      • symseg_command

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

        public symseg_command​(int cmd,
                              int cmdsize,
                              int offset,
                              int size)
    • Method Detail

      • cmd

        public int cmd()
        LC_SYMSEG
      • setCmd

        public void setCmd​(int value)
        LC_SYMSEG
      • cmdsize

        public int cmdsize()
        sizeof(struct symseg_command)
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct symseg_command)
      • offset

        public int offset()
        symbol segment offset
      • setOffset

        public void setOffset​(int value)
        symbol segment offset
      • size

        public int size()
        symbol segment size in bytes
      • setSize

        public void setSize​(int value)
        symbol segment size in bytes