Interface SourcePoint
- All Superinterfaces:
Comparable<SourcePoint>
- All Known Implementing Classes:
CallSourcePoint
,FieldSourcePoint
,ParamSourcePoint
Represents a program location where the taint object is generated.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
compare
(SourcePoint sp1, SourcePoint sp2) int
The sort order of the source point.Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
COMPARATOR
-
-
Method Details
-
getContainer
JMethod getContainer() -
getPriority
int getPriority()The sort order of the source point. -
compare
-