Uses of Enum Class
org.sonar.python.semantic.v2.UsageV2.Kind
Packages that use UsageV2.Kind
-
Uses of UsageV2.Kind in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return UsageV2.KindModifier and TypeMethodDescriptionUsageV2.kind()Returns the value of thekindrecord component.static UsageV2.KindReturns the enum constant of this class with the specified name.static UsageV2.Kind[]UsageV2.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sonar.python.semantic.v2 with parameters of type UsageV2.KindModifierConstructorDescriptionUsageV2(Tree tree, UsageV2.Kind kind) Creates an instance of aUsageV2record class.