FSharpParseFileResults Type
Represents the results of parsing an F# file and a set of analysis operations based on the parse tree alone.
Instance members
Instance member |
Description
|
Full Usage:
this.DependencyFiles
Returns: string[]
|
When these files change then the build is invalid
|
|
Get the errors and warnings for the parse
|
Full Usage:
this.FileName
Returns: string
|
Name of the file for which this information were created
|
|
Notable parse info for ParameterInfo at a given location
|
|
|
|
Get declared items and the selected item at the specified location
|
|
Determines if the binding at the given position is bound to a lambda expression
|
|
Determines if the given position is inside a function or method application.
|
|
Determines if the given position is contained within a curried parameter in a binding.
|
|
|
|
|
|
Determines if the expression or pattern at the given position has a type annotation
|
|
|
Full Usage:
this.ParseHadErrors
Returns: bool
|
Indicates if any errors occurred during the parse
|
|
The syntax tree resulting from the parse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|