Package apple.struct

Class accessx_descriptor


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int ad_flags()  
      int ad_name_offset()  
      int ad_pad​(int field_idx)  
      void setAd_flags​(int value)  
      void setAd_name_offset​(int value)  
      void setAd_pad​(int value, int field_idx)  
      • 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

      • accessx_descriptor

        public accessx_descriptor()
      • accessx_descriptor

        protected accessx_descriptor​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • ad_name_offset

        public int ad_name_offset()
      • setAd_name_offset

        public void setAd_name_offset​(int value)
      • ad_flags

        public int ad_flags()
      • setAd_flags

        public void setAd_flags​(int value)
      • ad_pad

        public int ad_pad​(int field_idx)
      • setAd_pad

        public void setAd_pad​(int value,
                              int field_idx)