Package apple.struct

Class _RuneEntry


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

      Constructors 
      Modifier Constructor Description
        _RuneEntry()  
        _RuneEntry​(int __min, int __max, int __map, org.moe.natj.general.ptr.IntPtr __types)  
      protected _RuneEntry​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int __map()
      What first maps to in maps
      int __max()
      Last rune (inclusive) of the range
      int __min()
      First rune of the range
      org.moe.natj.general.ptr.IntPtr __types()
      Array of types in range
      void set__map​(int value)
      What first maps to in maps
      void set__max​(int value)
      Last rune (inclusive) of the range
      void set__min​(int value)
      First rune of the range
      void set__types​(org.moe.natj.general.ptr.IntPtr value)
      Array of types in range
      • 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

      • _RuneEntry

        public _RuneEntry()
      • _RuneEntry

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

        public _RuneEntry​(int __min,
                          int __max,
                          int __map,
                          org.moe.natj.general.ptr.IntPtr __types)
    • Method Detail

      • __min

        public int __min()
        First rune of the range
      • set__min

        public void set__min​(int value)
        First rune of the range
      • __max

        public int __max()
        Last rune (inclusive) of the range
      • set__max

        public void set__max​(int value)
        Last rune (inclusive) of the range
      • __map

        public int __map()
        What first maps to in maps
      • set__map

        public void set__map​(int value)
        What first maps to in maps
      • __types

        public org.moe.natj.general.ptr.IntPtr __types()
        Array of types in range
      • set__types

        public void set__types​(org.moe.natj.general.ptr.IntPtr value)
        Array of types in range