public interface BuildFileSyntaxError
Modifier and Type | Method and Description |
---|---|
Path |
getFileName() |
Number |
getLineNumber() |
Optional<Number> |
getOffset() |
String |
getText() |
static BuildFileSyntaxError |
of(Path fileName,
Number lineNumber,
Optional<? extends Number> offset,
String text) |