Uses of Class
org.sonar.plugins.python.api.symbols.Usage.Kind
-
Packages that use Usage.Kind Package Description org.sonar.plugins.python.api.symbols org.sonar.python.semantic -
-
Uses of Usage.Kind in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols that return Usage.Kind Modifier and Type Method Description Usage.KindUsage. kind()static Usage.KindUsage.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Usage.Kind[]Usage.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Usage.Kind in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return Usage.Kind Modifier and Type Method Description Usage.KindUsageImpl. kind()Constructors in org.sonar.python.semantic with parameters of type Usage.Kind Constructor Description UsageImpl(Tree tree, Usage.Kind kind)
-