Uses of Class
boomerang.util.AccessPath
-
Packages that use AccessPath Package Description boomerang.results boomerang.scene.jimple -
-
Uses of AccessPath in boomerang.results
Methods in boomerang.results that return types with arguments of type AccessPath Modifier and Type Method Description Set<AccessPath>BackwardBoomerangResults. getAllAliases()Return anAccessPathfor each aliasing object of the original query.Set<AccessPath>BackwardBoomerangResults. getAllAliases(ControlFlowGraph.Edge stmt)Constructor parameters in boomerang.results with type arguments of type AccessPath Constructor Description ExtractAllAliasListener(AbstractBoomerangSolver<W> fwSolver, Set<AccessPath> results, ControlFlowGraph.Edge stmt) -
Uses of AccessPath in boomerang.scene.jimple
Methods in boomerang.scene.jimple that return types with arguments of type AccessPath Modifier and Type Method Description static Collection<? extends AccessPath>AccessPathParser. parseAllFromString(String value, JimpleMethod m)
-