Uses of Class
boomerang.WeightedBoomerang
-
Packages that use WeightedBoomerang Package Description boomerang boomerang.callgraph boomerang.weights -
-
Uses of WeightedBoomerang in boomerang
Subclasses of WeightedBoomerang in boomerang Modifier and Type Class Description classBoomerangclassWholeProgramBoomerang<W extends wpds.impl.Weight>Constructors in boomerang with parameters of type WeightedBoomerang Constructor Description QueryGraph(WeightedBoomerang<W> weightedBoomerang) -
Uses of WeightedBoomerang in boomerang.callgraph
Methods in boomerang.callgraph with parameters of type WeightedBoomerang Modifier and Type Method Description ICallerCalleeResolutionStrategyICallerCalleeResolutionStrategy.Factory. newInstance(WeightedBoomerang solver, CallGraph cg)Constructors in boomerang.callgraph with parameters of type WeightedBoomerang Constructor Description BoomerangResolver(WeightedBoomerang<? extends wpds.impl.Weight> solver, boolean enableExceptions, CallGraph initialCallGraph)BoomerangResolver(WeightedBoomerang<? extends wpds.impl.Weight> solver, CallGraph initialCallGraph) -
Uses of WeightedBoomerang in boomerang.weights
Subclasses of WeightedBoomerang in boomerang.weights Modifier and Type Class Description classPathTrackingBoomerang
-