Uses of Class
sootup.callgraph.scope.DefaultCallResolver
Packages that use DefaultCallResolver
-
Uses of DefaultCallResolver in sootup.callgraph.scope
Subclasses of DefaultCallResolver in sootup.callgraph.scopeModifier and TypeClassDescriptionclassACallResolverthat applies the same filtering asDefaultCallResolver(excluding calls originating from library classes), while additionally recording the signature of every method whose calls were excluded, so callers can inspect what was pruned after the call graph has been constructed, e.g. to diagnose why an expected method is missing from the call graph.