Uses of Class
org.sonar.python.semantic.v2.types.Propagation
Packages that use Propagation
-
Uses of Propagation in org.sonar.python.semantic.v2.types
Subclasses of Propagation in org.sonar.python.semantic.v2.typesModifier and TypeClassDescriptionclassclassThis represents a class or function definition It can be modelled as an assignment of a class / function type to their symbolclassclassMethods in org.sonar.python.semantic.v2.types that return types with arguments of type PropagationConstructor parameters in org.sonar.python.semantic.v2.types with type arguments of type PropagationModifierConstructorDescriptionAssignment(SymbolV2 lhsSymbol, Name lhsName, Expression rhs, Map<SymbolV2, Set<Propagation>> propagationsByLhs) LoopAssignment(SymbolV2 lhsSymbol, Name lhsName, Expression rhs, Map<SymbolV2, Set<Propagation>> propagationsByLhs)