Uses of Record Class
pascal.taie.analysis.pta.plugin.taint.IndexRef
Packages that use IndexRef
-
Uses of IndexRef in pascal.taie.analysis.pta.plugin.taint
Methods in pascal.taie.analysis.pta.plugin.taint that return IndexRefModifier 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.Methods in pascal.taie.analysis.pta.plugin.taint with parameters of type IndexRefConstructors in pascal.taie.analysis.pta.plugin.taint with parameters of type IndexRefModifierConstructorDescriptionCallSource
(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.