| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FastHierarchy.Interval.isSubrange(FastHierarchy.Interval potentialSubrange) |
Copyright © 2020 Soot OSS. All rights reserved.