- All Superinterfaces:
Iterable<AssignmentIF>
The flow-insensitive abstraction of a function body for points-to analysis.
It consists of a set of AssignmentIFs, each of which represents an
assignment that may have an impact on what a pointer may points-to.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
insensitiveFlowfactory
InsensitiveFlowFactory insensitiveFlowfactory()- Returns:
- the reference to a
InsensitiveFlowFactorythat creates thisInsensitiveFlow
-