Lexeme<T> : IParseResult<T>


A successful parse at the given Offset, consuming Length characters. Value holds an object of type T.

Constructors


Lexeme(int, int, T) ➜ Lexeme<T>

Constructs a Lexeme for a given index, length, and value.