public class CallSiteForCallee extends CallSiteForPattern
EMPTY_CONTEXT| Constructor and Description |
|---|
CallSiteForCallee(int sensitivity,
java.lang.String prefixToTrack)
Create an analysis that tracks methods with a particular prefix with the
given context-call-stack depth
|
CallSiteForCallee(java.lang.String prefixToTrack)
Create an analysis that tracks methods with a particular prefix with the
given context-call-stack depth and the default sensitivity.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
init, initialContextImpl, mergeImpl, recordImplclearMemoization, fixContextForReferenceVariable, initialContext, memoize, memoize, merge, recordpublic CallSiteForCallee(int sensitivity,
java.lang.String prefixToTrack)
sensitivity - depth of the call stack to keep track ofprefixToTrack - Methods with this prefix will be tracked up to the sensitivitypublic CallSiteForCallee(java.lang.String prefixToTrack)
prefixToTrack - Methods with this prefix will be tracked up to the sensitivitypublic java.lang.String toString()
toString in class CallSiteForPattern