| Package | Description |
|---|---|
| org.antlr.v4.misc |
| Modifier and Type | Field and Description |
|---|---|
EscapeSequenceParsing.Result.Type |
EscapeSequenceParsing.Result.type |
| Modifier and Type | Method and 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 and Description |
|---|
EscapeSequenceParsing.Result(EscapeSequenceParsing.Result.Type type,
int codePoint,
IntervalSet propertyIntervalSet,
int parseLength) |
Copyright © 1992–2017 ANTLR. All rights reserved.