public final class SMFParseWarnings extends Object
| Modifier and Type | Method and Description |
|---|---|
static SMFParseWarning |
warningExpectedGot(String message,
String expected,
String received,
com.io7m.jlexing.core.LexicalPosition<URI> position)
Construct a parse warning that indicates the expected and actual input.
|
public static SMFParseWarning warningExpectedGot(String message, String expected, String received, com.io7m.jlexing.core.LexicalPosition<URI> position)
message - An warning messageexpected - The expected inputreceived - The received inputposition - The current positionCopyright © 2017 <code@io7m.com> http://io7m.com