Uses of Enum Class
org.sonar.plugins.python.api.symbols.Usage.Kind
Packages that use Usage.Kind
-
Uses of Usage.Kind in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols that return Usage.KindModifier and TypeMethodDescriptionUsage.kind()static Usage.KindReturns the enum constant of this class with the specified name.static Usage.Kind[]Usage.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Usage.Kind in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return Usage.KindConstructors in org.sonar.python.semantic with parameters of type Usage.Kind