Class OAGs
java.lang.Object
pascal.taie.analysis.pta.toolkit.util.OAGs
Provides utility methods for object allocation graph.
-
Method Summary
Modifier and TypeMethodDescriptionBuilds object allocation graph.Computes the methods invoked on all objects in the program.
-
Method Details
-
build
Builds object allocation graph.- Returns:
- the object allocation graph for the program.
-
computeInvokedMethods
Computes the methods invoked on all objects in the program. For a static method, say m, we trace back its caller chain until we find the first instance method on the chain, say m' , and consider that m is invoked on the receiver object of m'.
-