| Package | Description |
|---|---|
| com.io7m.smfj.parser.api |
Parser API.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFParseError.Builder |
SMFParseError.builder()
Creates a builder for
SMFParseError. |
SMFParseError.Builder |
SMFParseError.Builder.from(SMFErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.core.SMFErrorType instance. |
SMFParseError.Builder |
SMFParseError.Builder.from(SMFParseErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.parser.api.SMFParseErrorType instance. |
SMFParseError.Builder |
SMFParseError.Builder.setException(Exception exception)
Initializes the optional value
exception to exception. |
SMFParseError.Builder |
SMFParseError.Builder.setException(Optional<? extends Exception> exception)
Initializes the optional value
exception to exception. |
SMFParseError.Builder |
SMFParseError.Builder.setLexical(com.io7m.jlexing.core.LexicalPosition<URI> lexical)
Initializes the value for the
lexical attribute. |
SMFParseError.Builder |
SMFParseError.Builder.setMessage(String message)
Initializes the value for the
message attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com