Uses of Class
org.sonar.python.semantic.Usage.Kind
-
Packages that use Usage.Kind Package Description org.sonar.python.semantic -
-
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.KindUsage. kind()Usage.KindUsageImpl. 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.Constructors in org.sonar.python.semantic with parameters of type Usage.Kind Constructor Description UsageImpl(Tree tree, Usage.Kind kind)
-