| Package | Description |
|---|---|
| org.antlr.v4.misc |
| Modifier and Type | Field | Description |
|---|---|---|
EscapeSequenceParsing.Result.Type |
EscapeSequenceParsing.Result.type |
| Modifier and Type | Method | Description |
|---|---|---|
static EscapeSequenceParsing.Result.Type |
EscapeSequenceParsing.Result.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EscapeSequenceParsing.Result.Type[] |
EscapeSequenceParsing.Result.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
Result(EscapeSequenceParsing.Result.Type type,
int codePoint,
IntervalSet propertyIntervalSet,
int startOffset,
int parseLength) |
Copyright © 1992–2019 ANTLR. All rights reserved.