Uses of Enum
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 type with the specified name.static Symbol.Kind[]Symbol.Kind.values()Returns an array containing the constants of this enum type, 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)