@eagleoutice/flowr - v2.13.14
Preparing search index...
src/project/context/flowr-analyzer-incremental-analysis-context
ReadOnlyFlowrAnalyzerIncrementalAnalysisContext
Interface ReadOnlyFlowrAnalyzerIncrementalAnalysisContext
interface
ReadOnlyFlowrAnalyzerIncrementalAnalysisContext
{
getOldContentOf
(
filePath
:
string
)
:
string
|
undefined
;
getOldParseResultOf
(
filePath
:
string
)
:
Tree
|
undefined
;
name
:
string
;
}
Implemented by
FlowrAnalyzerIncrementalAnalysisContext
Index
Properties
name
Methods
get
Old
Content
Of
get
Old
Parse
Result
Of
Properties
Readonly
name
name
:
string
The name of this context.
Methods
get
Old
Content
Of
getOldContentOf
(
filePath
:
string
)
:
string
|
undefined
Parameters
filePath
:
string
Returns
string
|
undefined
get
Old
Parse
Result
Of
getOldParseResultOf
(
filePath
:
string
)
:
Tree
|
undefined
Parameters
filePath
:
string
Returns
Tree
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
get
Old
Content
Of
get
Old
Parse
Result
Of
@eagleoutice/flowr - v2.13.14
Loading...
The name of this context.