Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
Modifier and Type | Field and Description |
---|---|
protected Map<SootClass,FastHierarchy.Interval> |
FastHierarchy.classToInterval
For each class (NOT interface), this map contains a Interval, which is
a pair of numbers giving a preorder and postorder ordering of classes
in the inheritance tree.
|
protected Map<SootClass,FastHierarchy.Interval> |
FastHierarchy.classToInterval
For each class (NOT interface), this map contains a Interval, which is
a pair of numbers giving a preorder and postorder ordering of classes
in the inheritance tree.
|