Header menu logo fantomas

Lexbuf Type

Instance members

Instance member Description

this.BufferLocalStore

Full Usage: this.BufferLocalStore

Returns: IDictionary<string, obj>

Dynamically typed, non-lexically scoped parameter table.

Returns: IDictionary<string, obj>

this.EndPos

Full Usage: this.EndPos

The end position for the lexeme.

this.IsPastEndOfStream

Full Usage: this.IsPastEndOfStream

True if the refill of the buffer ever failed , or if explicitly set to True.

this.LanguageVersion

Full Usage: this.LanguageVersion

Returns: LanguageVersion

Get the language version being supported

Returns: LanguageVersion

this.LexemeView

Full Usage: this.LexemeView

Returns: ReadOnlySpan<char>

The currently matched text as a Span, it is only valid until the lexer is advanced

Returns: ReadOnlySpan<char>

this.ReportLibraryOnlyFeatures

Full Usage: this.ReportLibraryOnlyFeatures

Returns: bool

Determines if the parser can report FSharpCore library-only features.

Returns: bool

this.StartPos

Full Usage: this.StartPos

The start position for the lexeme.

this.StrictIndentation

Full Usage: this.StrictIndentation

Returns: bool option
Returns: bool option

Type something to start searching.