@eagleoutice/flowr - v2.13.14
Preparing search index...
src/project/context/flowr-analyzer-incremental-analysis-context
FlowrAnalyzerIncrementalAnalysisContext
Class FlowrAnalyzerIncrementalAnalysisContext
Information to carry over for future incremental builds
Implements
ReadOnlyFlowrAnalyzerIncrementalAnalysisContext
InvalidationEventReceiver
Index
Constructors
constructor
Properties
name
Methods
delete
Old
Content
Of
get
Last
Known
Mtime
get
Old
Content
Of
get
Old
Parse
Result
Of
handle
File
Invalidate
handle
Should
Reparse
receive
reset
set
Last
Known
Mtime
store
Old
Parse
Results
Constructors
constructor
new
FlowrAnalyzerIncrementalAnalysisContext
(
context
:
FlowrAnalyzerContext
,
)
:
FlowrAnalyzerIncrementalAnalysisContext
Parameters
context
:
FlowrAnalyzerContext
Returns
FlowrAnalyzerIncrementalAnalysisContext
Properties
Readonly
name
name
:
"flowr-analyzer-incremental-analysis-context"
= 'flowr-analyzer-incremental-analysis-context'
The name of this context.
Methods
delete
Old
Content
Of
deleteOldContentOf
(
filePath
:
string
)
:
void
Parameters
filePath
:
string
Returns
void
get
Last
Known
Mtime
getLastKnownMtime
(
filePath
:
string
)
:
number
|
undefined
Parameters
filePath
:
string
Returns
number
|
undefined
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
handle
File
Invalidate
handleFileInvalidate
(
filePath
:
string
,
oldContent
:
string
|
undefined
)
:
void
Parameters
filePath
:
string
oldContent
:
string
|
undefined
Returns
void
handle
Should
Reparse
handleShouldReparse
(
filePath
:
string
,
ctx
:
FlowrAnalyzerContext
)
:
boolean
Parameters
filePath
:
string
ctx
:
FlowrAnalyzerContext
Returns
boolean
receive
receive
(
event
:
InvalidationEvent
)
:
void
Parameters
event
:
InvalidationEvent
Returns
void
reset
reset
()
:
void
Returns
void
set
Last
Known
Mtime
setLastKnownMtime
(
filePath
:
string
,
mtimeMs
:
number
)
:
void
Parameters
filePath
:
string
mtimeMs
:
number
Returns
void
store
Old
Parse
Results
storeOldParseResults
(
parseStepOutput
:
ParseStepOutput
<
Tree
>
)
:
void
Parameters
parseStepOutput
:
ParseStepOutput
<
Tree
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
delete
Old
Content
Of
get
Last
Known
Mtime
get
Old
Content
Of
get
Old
Parse
Result
Of
handle
File
Invalidate
handle
Should
Reparse
receive
reset
set
Last
Known
Mtime
store
Old
Parse
Results
@eagleoutice/flowr - v2.13.14
Loading...
Information to carry over for future incremental builds