Class ExcludedCallsCollectingCallResolver

java.lang.Object
sootup.callgraph.scope.DefaultCallResolver
sootup.callgraph.scope.ExcludedCallsCollectingCallResolver
All Implemented Interfaces:
CallResolver

public class ExcludedCallsCollectingCallResolver extends DefaultCallResolver
A CallResolver that applies the same filtering as DefaultCallResolver (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.
  • Constructor Details

    • ExcludedCallsCollectingCallResolver

      public ExcludedCallsCollectingCallResolver(@NonNull View view)
  • Method Details