ParsedInput Type
Represents the syntax tree for a parsed implementation or signature file
Union cases
Union case |
Description
|
|
A parsed implementation file
|
|
A parsed signature file
|
Instance members
Instance member |
Description
|
Full Usage:
this.FileName
Returns: string
|
Gets the file name for the parsed input
|
|
Gets a set of all identifiers used in this parsed input. Only populated if captureIdentifiersWhenParsing option was used.
|
|
Gets the qualified name used to help match signature and implementation files
|
|
Gets the syntax range of this construct
|
|
Gets the #nowarn and other scoped pragmas
|