Uses of Class
com.ensoftcorp.open.commons.algorithms.ICFG.CallResolutionStrategy
-
Packages that use ICFG.CallResolutionStrategy Package Description com.ensoftcorp.open.commons.algorithms -
-
Uses of ICFG.CallResolutionStrategy in com.ensoftcorp.open.commons.algorithms
Subclasses of ICFG.CallResolutionStrategy in com.ensoftcorp.open.commons.algorithms Modifier and Type Class Description static class
ICFG.DefaultCallResolutionStrategy
This class uses the default call resolution strategy provided by each toolbox provider For C/C++ and Java this is a class hierarchy analysisConstructors in com.ensoftcorp.open.commons.algorithms with parameters of type ICFG.CallResolutionStrategy Constructor Description ICFG(com.ensoftcorp.atlas.core.db.graph.Node entryPointFunction, com.ensoftcorp.atlas.core.db.set.AtlasSet<com.ensoftcorp.atlas.core.db.graph.Node> functionsToExpand, ICFG.CallResolutionStrategy callResolutionStrategy)
Compute the ICFG given an entry point function and a set of functions to expand as well as a call resolution strategy
-