Uses of Record Class
pascal.taie.analysis.pta.plugin.taint.IndexRef
-
Uses of IndexRef in pascal.taie.analysis.pta.plugin.taint
Modifier and TypeMethodDescriptionTaintTransfer.from()
Returns the value of thefrom
record component.CallSource.indexRef()
Returns the value of theindexRef
record component.ParamSource.indexRef()
Returns the value of theindexRef
record component.Sink.indexRef()
Returns the value of theindexRef
record component.TaintTransfer.to()
Returns the value of theto
record component.ModifierConstructorDescriptionCallSource
(JMethod method, IndexRef indexRef, Type type) Creates an instance of aCallSource
record class.ParamSource
(JMethod method, IndexRef indexRef, Type type) Creates an instance of aParamSource
record class.Creates an instance of aSink
record class.TaintTransfer
(JMethod method, IndexRef from, IndexRef to, Type type) Creates an instance of aTaintTransfer
record class.