Uses of Interface
org.sonar.python.semantic.Symbol
-
Packages that use Symbol Package Description org.sonar.python.api.tree org.sonar.python.tree -
-
Uses of Symbol in org.sonar.python.api.tree
Methods in org.sonar.python.api.tree that return Symbol Modifier and Type Method Description default SymbolCallExpression. calleeSymbol()SymbolHasSymbol. symbol()default SymbolQualifiedExpression. symbol()Returns the symbol ofQualifiedExpression.name()Methods in org.sonar.python.api.tree that return types with arguments of type Symbol Modifier and Type Method Description Set<Symbol>ClassDef. classFields()Set<Symbol>ClassDef. instanceFields()Set<Symbol>FunctionLike. localVariables() -
Uses of Symbol in org.sonar.python.tree
Methods in org.sonar.python.tree that return Symbol Modifier and Type Method Description SymbolNameImpl. symbol()Methods in org.sonar.python.tree that return types with arguments of type Symbol Modifier and Type Method Description Set<Symbol>ClassDefImpl. classFields()Set<Symbol>ClassDefImpl. instanceFields()Set<Symbol>FunctionDefImpl. localVariables()Set<Symbol>LambdaExpressionImpl. localVariables()Methods in org.sonar.python.tree with parameters of type Symbol Modifier and Type Method Description voidClassDefImpl. addClassField(Symbol field)voidClassDefImpl. addInstanceField(Symbol field)voidFunctionDefImpl. addLocalVariableSymbol(Symbol symbol)voidLambdaExpressionImpl. addLocalVariableSymbol(Symbol symbol)voidNameImpl. setSymbol(Symbol symbol)
-