public static class EscapeSequenceParsing.Result
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EscapeSequenceParsing.Result.Type |
| Modifier and Type | Field and Description |
|---|---|
int |
codePoint |
int |
parseLength |
IntervalSet |
propertyIntervalSet |
int |
startOffset |
EscapeSequenceParsing.Result.Type |
type |
| Constructor and Description |
|---|
Result(EscapeSequenceParsing.Result.Type type,
int codePoint,
IntervalSet propertyIntervalSet,
int startOffset,
int parseLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
public final EscapeSequenceParsing.Result.Type type
public final int codePoint
public final IntervalSet propertyIntervalSet
public final int startOffset
public final int parseLength
public Result(EscapeSequenceParsing.Result.Type type, int codePoint, IntervalSet propertyIntervalSet, int startOffset, int parseLength)