LexBuffer<'char> Type
Input buffers consumed by lexers generated by
Instance members
Instance member | Description |
|
|
Full Usage:
this.DiscardInput
|
|
Full Usage:
this.EndPos
|
|
Full Usage:
this.IsPastEndOfStream
|
|
Full Usage:
this.Lexeme
Returns: 'char array
|
|
Full Usage:
this.LexemeChar
Parameters:
int
Returns: 'char
|
|
Full Usage:
this.LexemeLength
Returns: int
|
|
Full Usage:
this.StartPos
|
Static members
Static member | Description |
|
|
Full Usage:
LexBuffer.FromBinaryReader(arg1)
Parameters:
BinaryReader
Returns: LexBuffer<byte>
|
|
|
|
|
|
Full Usage:
LexBuffer.FromFunction(arg1)
Parameters:
'char[] * int * int -> int
Returns: LexBuffer<'char>
|
|
|
|
|
|
|