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 that return types with arguments of type FunctionSymbol Modifier and Type Method Description static Optional<FunctionSymbol>SymbolUtils. getOverriddenMethod(FunctionSymbol functionSymbol)Methods in org.sonar.python.semantic with parameters of type FunctionSymbol Modifier and Type Method Description static booleanSymbolUtils. canBeAnOverridingMethod(FunctionSymbol functionSymbol)static intSymbolUtils. firstParameterOffset(FunctionSymbol functionSymbol, boolean isStaticCall)static Optional<FunctionSymbol>SymbolUtils. getOverriddenMethod(FunctionSymbol functionSymbol) -
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)
-