public static class EscapeSequenceParsing.Result extends 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) |
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–2020 ANTLR. All rights reserved.