Interface SourcePoint

All Superinterfaces:
Comparable<SourcePoint>
All Known Implementing Classes:
CallSourcePoint, FieldSourcePoint, ParamSourcePoint

public interface SourcePoint extends Comparable<SourcePoint>
Represents a program location where the taint object is generated.
  • Field Details

  • Method Details

    • getContainer

      JMethod getContainer()
    • getPriority

      int getPriority()
      The sort order of the source point.
    • compare

      static int compare(SourcePoint sp1, SourcePoint sp2)