public final class NSMatchingFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Completed
Set when the block is called after completion of any matching.
|
static long |
HitEnd
Set when the current match operation reached the end of the search range.
|
static long |
InternalError
Set when matching failed due to an internal error.
|
static long |
Progress
Set when the block is called to report progress during a long-running match operation.
|
static long |
RequiredEnd
Set when the current match depended on the location of the end of the search range.
|
public static final long Progress
public static final long Completed
public static final long HitEnd
public static final long RequiredEnd
public static final long InternalError