public interface ICallerCalleeResolutionStrategy
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICallerCalleeResolutionStrategy.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
computeFallback(ObservableDynamicICFG observableDynamicICFG) |
Collection<Method> |
resolveInstanceInvoke(Statement stmt) |
Method |
resolveSpecialInvoke(InvokeExpr ie) |
Method |
resolveStaticInvoke(InvokeExpr ie) |
void computeFallback(ObservableDynamicICFG observableDynamicICFG)
Method resolveSpecialInvoke(InvokeExpr ie)
Collection<Method> resolveInstanceInvoke(Statement stmt)
Method resolveStaticInvoke(InvokeExpr ie)
Copyright © 2024. All rights reserved.