Uses of Class
org.sonar.plugins.python.api.symbols.Symbol.Kind
-
Packages that use Symbol.Kind Package Description org.sonar.plugins.python.api.symbols org.sonar.python.semantic -
-
Uses of Symbol.Kind in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols that return Symbol.Kind Modifier and Type Method Description Symbol.KindSymbol. kind()static Symbol.KindSymbol.Kind. valueOf(String name)Returns 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 Modifier and Type Method Description booleanSymbol. is(Symbol.Kind... kinds) -
Uses of Symbol.Kind in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return Symbol.Kind Modifier and Type Method Description Symbol.KindSymbolImpl. kind()Methods in org.sonar.python.semantic with parameters of type Symbol.Kind Modifier and Type Method Description booleanSymbolImpl. is(Symbol.Kind... kinds)voidSymbolImpl. setKind(Symbol.Kind kind)
-