Uses of Interface
pascal.taie.analysis.pta.plugin.taint.SourcePoint
-
Uses of SourcePoint in pascal.taie.analysis.pta.plugin.taint
Modifier and TypeClassDescriptionfinal record
ACallSourcePoint
is variable at an invocation site.final record
final record
AParamSourcePoint
is a parameter of a method.Modifier and TypeMethodDescriptionTaintFlow.sourcePoint()
Returns the value of thesourcePoint
record component.Modifier and TypeMethodDescriptionstatic int
SourcePoint.compare
(SourcePoint sp1, SourcePoint sp2) int
CallSourcePoint.compareTo
(SourcePoint sp) int
FieldSourcePoint.compareTo
(SourcePoint sp) int
ParamSourcePoint.compareTo
(SourcePoint sp) ModifierConstructorDescriptionTaintFlow
(SourcePoint sourcePoint, SinkPoint sinkPoint) Creates an instance of aTaintFlow
record class.