public class StickFirstPrimitive extends StickFirstMatches
This should be used together with a more precise analysis context using
CrossProductAnalysis
EMPTY_CONTEXT
Constructor and Description |
---|
StickFirstPrimitive()
Create an analysis that tracks methods called on Primitive wrapper classes
with default sensitivity.
|
StickFirstPrimitive(int sensitivity)
Create an analysis that tracks methods called on Primitive wrapper classes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
init, initialContextImpl, mergeImpl, recordImpl
clearMemoization, fixContextForReferenceVariable, initialContext, memoize, memoize, merge, record
public StickFirstPrimitive(int sensitivity)
sensitivity
- depth of the call stack to keep track ofpublic StickFirstPrimitive()
public java.lang.String toString()
toString
in class StickFirstMatches