Parse a single line into a T that is
part of a bigger file at some location.
Parse a single line into a T that is
part of a bigger file at some location.
A string that may contain one T
The current line number
The T if it could be parsed, otherwise throw a ParseException
ParseError if a line could not be parsed
Parse a single line into a T.
Parse a single line into a T.
A string that may contain one T
The T if it could be parsed, otherwise throw a ParseException
ParseError if a line could not be parsed
Parse a single line into a T that is
part of a bigger file at some location.
Parse a single line into a T that is
part of a bigger file at some location.
This methods will swallow parse errors and not throw any ParseErrors
A string that may contain one T
The current line number
Some(statement) if a statement could be parsed, otherwise None
Parse a single line into a T.
Parse a single line into a T.
This methods will swallow parse errors and not throw any ParseErrors
A string that may contain one T
Some(statement) if a statement could be parsed, otherwise None
Parse a single line into a T that is
part of a bigger file at some location.
Parse a single line into a T that is
part of a bigger file at some location.
A string that may contain one T
The current line number
The T if it could be parsed, or null otherwise
Parse a single line into a T.
Parse a single line into a T.
A string that may contain one T
The T if it could be parsed, or null otherwise
Parse a single line into a T that is
part of a bigger file at some location.
Parse a single line into a T that is
part of a bigger file at some location.
A string that may contain one T
The current line number
Success(statement) if a statement could be parsed, otherwise Failure(parseError)
Parse a single line into a T.
Parse a single line into a T.
This methods will swallow parse errors and not throw any ParseErrors
A string that may contain one T
Success(statement) if a statement could be parsed, otherwise Failure(parseError)
An NtParser always parses a single line in different modes, depending on the method that was called.