public final class NSRange
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
NSRange() |
|
NSRange(long location,
long length) |
protected |
NSRange(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
length() |
long |
location() |
void |
setLength(long value) |
void |
setLocation(long value) |