ClassHierarchyWrapper
Synopsis
Declared in <src/midend/programAnalysis/CallGraphAnalysis/ClassHierarchyGraph.h>
class ClassHierarchyWrapper;
Types
Member Functions
Name |
Description |
|
Construct from |
Private Static Member Functions
Name |
Description |
Computes the transitive closure of the childāparent class relationship. |
Private Data Members
Name |
Description |
Map from class to all (strict) ancestors. |
|
Map from each class to all its immediate subclasses. |
|
Map from each class to all its immediate superclasses. |
|
Map from class to all (strict) subclasses. |
Created with MrDocs