public static class EscapeSequenceParsing.Result extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
EscapeSequenceParsing.Result.Type |
Modifier and Type | Field | Description |
---|---|---|
int |
codePoint |
|
int |
parseLength |
|
IntervalSet |
propertyIntervalSet |
|
int |
startOffset |
|
EscapeSequenceParsing.Result.Type |
type |
Constructor | Description |
---|---|
Result(EscapeSequenceParsing.Result.Type type,
int codePoint,
IntervalSet propertyIntervalSet,
int startOffset,
int parseLength) |
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)
Copyright © 1992–2019 ANTLR. All rights reserved.