IScheme<'WorkUnit, 'AbsVal> Type
Represents an interface that defines how the worklist-based dataflow analysis should be performed.
Instance members
Instance member | Description |
Full Usage:
this.GetNextWorks
Parameters:
'WorkUnit
Returns: IReadOnlyCollection<'WorkUnit>
Modifiers: abstract |
|
Full Usage:
this.Transfer
Parameters:
'WorkUnit
Returns: 'AbsVal
Modifiers: abstract |