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