Package | Description |
---|---|
parsii.tokenizer |
Modifier and Type | Method and Description |
---|---|
ParseError.Severity |
ParseError.getSeverity()
Returns the severity, which indicates if this is an error or a warning.
|
static ParseError.Severity |
ParseError.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseError.Severity[] |
ParseError.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParseError(Position pos,
String message,
ParseError.Severity severity) |
Copyright © 2020. All rights reserved.