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 classFunctionSymbolImplMethods in org.sonar.python.semantic with parameters of type FunctionSymbol Modifier and Type Method Description static intSymbolUtils. firstParameterOffset(FunctionSymbol functionSymbol, boolean isStaticCall) -
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)
-