Uses of Class
soot.FastHierarchy.Interval

Packages that use FastHierarchy.Interval
soot Base Soot classes, shared by different intermediate representations. 
 

Uses of FastHierarchy.Interval in soot
 

Fields in soot with type parameters of type FastHierarchy.Interval
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.