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 |
org.antlr.v4.runtime.misc.IntervalSet |
propertyIntervalSet |
int |
startOffset |
EscapeSequenceParsing.Result.Type |
type |
| Constructor and Description |
|---|
Result(EscapeSequenceParsing.Result.Type type,
int codePoint,
org.antlr.v4.runtime.misc.IntervalSet propertyIntervalSet,
int startOffset,
int parseLength) |
public final EscapeSequenceParsing.Result.Type type
public final int codePoint
public final org.antlr.v4.runtime.misc.IntervalSet propertyIntervalSet
public final int startOffset
public final int parseLength
public Result(EscapeSequenceParsing.Result.Type type, int codePoint, org.antlr.v4.runtime.misc.IntervalSet propertyIntervalSet, int startOffset, int parseLength)
Copyright © 1992–2022 Daniel Sun. All rights reserved.