Uses of Enum Class
pascal.taie.analysis.pta.plugin.taint.IndexRef.Kind
-
Uses of IndexRef.Kind in pascal.taie.analysis.pta.plugin.taint
Modifier 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.ModifierConstructorDescriptionIndexRef
(IndexRef.Kind kind, int index, JField field) Creates an instance of aIndexRef
record class.