Package apple.struct

Class __darwin_arm_vfp_state


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int __fpscr()  
      int __r​(int field_idx)  
      void set__fpscr​(int value)  
      void set__r​(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

      • __darwin_arm_vfp_state

        public __darwin_arm_vfp_state()
      • __darwin_arm_vfp_state

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

      • __r

        public int __r​(int field_idx)
      • set__r

        public void set__r​(int value,
                           int field_idx)
      • __fpscr

        public int __fpscr()
      • set__fpscr

        public void set__fpscr​(int value)