joeq.Compiler.Quad
Interface FilteredCallGraph.Filter

All Known Implementing Classes:
FilteredCallGraph.PackageFilter
Enclosing class:
FilteredCallGraph

public static interface FilteredCallGraph.Filter


Method Summary
 boolean acceptTargetMethod(java.lang.Object context, ProgramLocation callSite, java.lang.Object targetMethod)
           
 

Method Detail

acceptTargetMethod

boolean acceptTargetMethod(java.lang.Object context,
                           ProgramLocation callSite,
                           java.lang.Object targetMethod)