public final class LexicalPositions extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static <F> LexicalPosition<F> |
zero() |
Construct a lexical position at line 0, column 0, with no file.
|
static <F> LexicalPosition<F> |
zeroWithFile(F file) |
Construct a lexical position at line 0, column 0, with the given file.
|
public static <F> LexicalPosition<F> zero()
F - The type of file namespublic static <F> LexicalPosition<F> zeroWithFile(F file)
F - The type of file namesfile - The type nameCopyright © 2017 <code@io7m.com> http://io7m.com