Uses of Enum Class
pascal.taie.analysis.pta.plugin.taint.IndexRef.Kind
Packages that use IndexRef.Kind
-
Uses of IndexRef.Kind in pascal.taie.analysis.pta.plugin.taint
Methods in pascal.taie.analysis.pta.plugin.taint that return IndexRef.KindModifier and TypeMethodDescriptionIndexRef.kind()
Returns the value of thekind
record component.static IndexRef.Kind
Returns the enum constant of this class with the specified name.static IndexRef.Kind[]
IndexRef.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pascal.taie.analysis.pta.plugin.taint with parameters of type IndexRef.KindModifierConstructorDescriptionIndexRef
(IndexRef.Kind kind, int index, JField field) Creates an instance of aIndexRef
record class.