public final class _RuneEntry
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
_RuneEntry() |
|
_RuneEntry(int __min,
int __max,
int __map,
org.moe.natj.general.ptr.IntPtr __types) |
protected |
_RuneEntry(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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
|
public _RuneEntry()
protected _RuneEntry(org.moe.natj.general.Pointer peer)
public _RuneEntry(int __min,
int __max,
int __map,
org.moe.natj.general.ptr.IntPtr __types)
public int __min()
public void set__min(int value)
public int __max()
public void set__max(int value)
public int __map()
public void set__map(int value)
public org.moe.natj.general.ptr.IntPtr __types()
public void set__types(org.moe.natj.general.ptr.IntPtr value)