Uses of Interface
org.sonar.plugins.python.api.symbols.FunctionSymbol
-
Packages that use FunctionSymbol Package Description org.sonar.python.semantic org.sonar.python.tree -
-
Uses of FunctionSymbol in org.sonar.python.semantic
Classes in org.sonar.python.semantic that implement FunctionSymbol Modifier and Type Class Description classFunctionSymbolImpl -
Uses of FunctionSymbol in org.sonar.python.tree
Methods in org.sonar.python.tree that return FunctionSymbol Modifier and Type Method Description FunctionSymbolFunctionDefImpl. functionSymbol()static FunctionSymbolTreeUtils. getFunctionSymbolFromDef(FunctionDef functionDef)Methods in org.sonar.python.tree with parameters of type FunctionSymbol Modifier and Type Method Description voidFunctionDefImpl. setFunctionSymbol(FunctionSymbol functionSymbol)
-