FSharpSourceTokenizer Type
Tokenizer for a source file. Holds some expensive-to-compute resources at the scope of the file.
Constructors
Constructor |
Description
|
Full Usage:
FSharpSourceTokenizer(conditionalDefines, fileName, langVersion, strictIndentation)
Parameters:
string list
fileName : string option
langVersion : string option
strictIndentation : bool option
Returns: FSharpSourceTokenizer
|
Create a tokenizer for a source file.
|
Instance members
Instance member |
Description
|
Full Usage:
this.CreateBufferTokenizer
Parameters:
char[] * int * int -> int
Returns: FSharpLineTokenizer
|
Create a tokenizer for a line of this source file using a buffer filler
|
|