public interface JvmTaintHeapAbstractState
Modifier and Type | Method and Description |
---|---|
<T> void |
taintObject(T object,
SetAbstractState<JvmTaintSource> value)
Transitively applies the taint
value to the object . |
<T> void taintObject(T object, SetAbstractState<JvmTaintSource> value)
value
to the object
.