Member | Description |
member DiscardInput : unit -> unit |
Remove all input, though don't discard the current lexeme
|
member EndPos : 'pos |
The end position for the lexeme
|
member EndPos : 'pos with set |
The end position for the lexeme
|
member IsPastEndOfStream : bool |
True if the refill of the buffer ever failed , or if explicitly set to true.
|
member IsPastEndOfStream : bool with set |
True if the refill of the buffer ever failed , or if explicitly set to true.
|
member Lexeme : 'char array |
The matched string
|
member LexemeChar : int -> 'char |
Fetch a particular character in the matched string
|
member LexemeLength : int |
The length of the matched string
|
member MatchEvent : IEvent<unit> |
This event is fired each time a lexeme is matched by a client lexer
|
member StartPos : 'pos |
The start position for the lexeme
|
member StartPos : 'pos with set |
The start position for the lexeme
|