public abstract class TaintSink
extends java.lang.Object
TaintSink
specifies a sink for the taint analysis. A sink can be sensitive to
the instance, the arguments, or the static fields. If a sink S is sensitive to X, then
if X is tainted, we conclude that the taint has reached S.Constructor and Description |
---|
TaintSink(Signature signature)
Create a taint sink.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.Object o) |
abstract int |
hashCode() |
abstract java.lang.String |
toString() |
public final Signature signature
public TaintSink(Signature signature)
signature
- the signature of a sink methodpublic abstract boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public abstract java.lang.String toString()
toString
in class java.lang.Object