IAbsValProvider<'AbsLoc, 'AbsVal> Type
Represents a mapping from abstract locations to abstract values.
Instance members
| Instance member |
Description
|
Full Usage:
this.GetAbsValue
Parameters:
'AbsLoc
Returns: 'AbsVal
Modifiers: abstract |
Gets the abstract value (AbsVal) for the given abstract location.
|
B2R2