ParsedImplFileInput Type
Represents the full syntax tree, file name and other parsing information for an implementation file
Union cases
Union case |
Description
|
Full Usage:
ParsedImplFileInput(fileName, isScript, qualifiedNameOfFile, scopedPragmas, hashDirectives, contents, flags, trivia, identifiers)
Parameters:
string
isScript : bool
qualifiedNameOfFile : QualifiedNameOfFile
scopedPragmas : ScopedPragma list
hashDirectives : ParsedHashDirective list
contents : SynModuleOrNamespace list
flags : bool * bool
trivia : ParsedImplFileInputTrivia
identifiers : Set<string>
|
|
Instance members
Instance member |
Description
|
|
|
Full Usage:
this.FileName
Returns: string
|
|
|
|
Full Usage:
this.IsExe
Returns: bool
|
|
Full Usage:
this.IsLastCompiland
Returns: bool
|
|
Full Usage:
this.IsScript
Returns: bool
|
|
|
|
|
|
|
|