| Package | Description |
|---|---|
| com.io7m.changelog.parser.api |
Parser API
|
| Modifier and Type | Method | Description |
|---|---|---|
CParseErrorType.Severity |
CParseError.severity() |
|
CParseErrorType.Severity |
CParseErrorType.severity() |
|
static CParseErrorType.Severity |
CParseErrorType.Severity.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CParseErrorType.Severity[] |
CParseErrorType.Severity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CParseError |
CParseError.of(com.io7m.jlexing.core.LexicalPosition<URI> lexical,
CParseErrorType.Severity severity,
String message,
Optional<? extends Exception> exception) |
Construct a new immutable
CParseError instance. |
CParseError.Builder |
CParseError.Builder.setSeverity(CParseErrorType.Severity severity) |
Initializes the value for the
severity attribute. |
CParseError |
CParseError.withSeverity(CParseErrorType.Severity value) |
Copy the current immutable object by setting a value for the
severity attribute. |
Copyright © 2018 <code@io7m.com> http://io7m.com