Package boomerang.callgraph
Interface ICallerCalleeResolutionStrategy
-
- All Known Implementing Classes:
BoomerangResolver
public interface ICallerCalleeResolutionStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceICallerCalleeResolutionStrategy.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomputeFallback(ObservableDynamicICFG observableDynamicICFG)Collection<Method>resolveInstanceInvoke(Statement stmt)MethodresolveSpecialInvoke(InvokeExpr ie)MethodresolveStaticInvoke(InvokeExpr ie)
-
-
-
Method Detail
-
computeFallback
void computeFallback(ObservableDynamicICFG observableDynamicICFG)
-
resolveSpecialInvoke
Method resolveSpecialInvoke(InvokeExpr ie)
-
resolveInstanceInvoke
Collection<Method> resolveInstanceInvoke(Statement stmt)
-
resolveStaticInvoke
Method resolveStaticInvoke(InvokeExpr ie)
-
-