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 PropagationMethods in org.sonar.python.semantic.v2.types with parameters of type PropagationConstructor parameters in org.sonar.python.semantic.v2.types with type arguments of type PropagationModifierConstructorDescriptionAstBasedTypeInference(Map<SymbolV2, Set<Propagation>> propagationsByLhs, TypeTable typeTable)