Uses of Class
org.sonar.python.semantic.v2.SymbolV2
Packages that use SymbolV2
Package
Description
-
Uses of SymbolV2 in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return SymbolV2 -
Uses of SymbolV2 in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return types with arguments of type SymbolV2 -
Uses of SymbolV2 in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types that return SymbolV2Methods in org.sonar.python.semantic.v2.types that return types with arguments of type SymbolV2Methods in org.sonar.python.semantic.v2.types with parameters of type SymbolV2Modifier and TypeMethodDescriptionPropagation.getSymbolNonDeclarationUsageTrees(SymbolV2 symbol) voidTypeInferenceProgramState.setTypes(SymbolV2 symbol, Set<PythonType> types) Method parameters in org.sonar.python.semantic.v2.types with type arguments of type SymbolV2Modifier and TypeMethodDescriptionvoidPropagationVisitor.processPropagations(Set<SymbolV2> trackedVars) Constructors in org.sonar.python.semantic.v2.types with parameters of type SymbolV2ModifierConstructorDescriptionAssignment(SymbolV2 lhsSymbol, Name lhsName, Expression rhs, Map<SymbolV2, Set<Propagation>> propagationsByLhs) Definition(SymbolV2 symbol, Name name) LoopAssignment(SymbolV2 lhsSymbol, Name lhsName, Expression rhs, Map<SymbolV2, Set<Propagation>> propagationsByLhs) protectedParameterDefinition(SymbolV2 lhsSymbol, Name lhsName) protectedPropagation(SymbolV2 lhsSymbol, Name lhsName) Constructor parameters in org.sonar.python.semantic.v2.types with type arguments of type SymbolV2ModifierConstructorDescriptionAssignment(SymbolV2 lhsSymbol, Name lhsName, Expression rhs, Map<SymbolV2, Set<Propagation>> propagationsByLhs) FlowSensitiveTypeInference(ProjectLevelTypeTable projectLevelTypeTable, Set<SymbolV2> trackedVars, Map<Statement, Assignment> assignmentsByAssignmentStatement, Map<Statement, Set<Definition>> definitionsByDefinitionStatement, Map<String, PythonType> parameterTypesByName) LoopAssignment(SymbolV2 lhsSymbol, Name lhsName, Expression rhs, Map<SymbolV2, Set<Propagation>> propagationsByLhs) -
Uses of SymbolV2 in org.sonar.python.tree
Methods in org.sonar.python.tree that return SymbolV2Methods in org.sonar.python.tree with parameters of type SymbolV2