dk.brics.string.java
Interface AbstractDispatchStrategy
- All Known Implementing Classes: 
 - AbstractDispatchClassHierarchy
 
public interface AbstractDispatchStrategy
Strategy for finding the set of possible targets of an instance invocation.
 
getTargetsOf
List<SootMethod> getTargetsOf(InstanceInvokeExpr expr)
- Returns the list of methods that might be invoked by the specified invocation statement.
- Parameters:
 expr - an invocation statement.
- Returns:
 - a read-only list of methods.
 
 
 
                 Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.