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