Package apple.struct
Class _RuneEntry
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct._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 mapsint__max()Last rune (inclusive) of the rangeint__min()First rune of the rangeorg.moe.natj.general.ptr.IntPtr__types()Array of types in rangevoidset__map(int value)What first maps to in mapsvoidset__max(int value)Last rune (inclusive) of the rangevoidset__min(int value)First rune of the rangevoidset__types(org.moe.natj.general.ptr.IntPtr value)Array of types in range
-
-
-
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
-
-