Uses of Interface
org.sonar.python.types.v2.matchers.TypePredicateContext
Packages that use TypePredicateContext
Package
Description
-
Uses of TypePredicateContext in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types with parameters of type TypePredicateContextModifier and TypeMethodDescriptionTypeInferenceMatcher.evaluate(PythonType type, TypePredicateContext ctx) -
Uses of TypePredicateContext in org.sonar.python.semantic.v2.types.typecalculator
Methods in org.sonar.python.semantic.v2.types.typecalculator with parameters of type TypePredicateContextModifier and TypeMethodDescriptionstatic PythonTypeCallReturnTypeCalculator.computeCallExpressionType(CallExpression callExpr, TypePredicateContext typePredicateContext) Constructors in org.sonar.python.semantic.v2.types.typecalculator with parameters of type TypePredicateContextModifierConstructorDescriptionQualifiedExpressionCalculator(TypePredicateContext typePredicateContext) -
Uses of TypePredicateContext in org.sonar.python.types.v2.matchers
Methods in org.sonar.python.types.v2.matchers that return TypePredicateContextMethods in org.sonar.python.types.v2.matchers with parameters of type TypePredicateContextModifier and TypeMethodDescriptionAllTypePredicate.check(PythonType type, TypePredicateContext ctx) AnyTypePredicate.check(PythonType type, TypePredicateContext ctx) HasFQNPredicate.check(PythonType type, TypePredicateContext ctx) HasMemberPredicate.check(PythonType type, TypePredicateContext ctx) HasMemberSatisfyingPredicate.check(PythonType type, TypePredicateContext ctx) IsAnyTypeInUnionSatisfying.check(PythonType type, TypePredicateContext ctx) IsFunctionOwnerSatisfyingPredicate.check(PythonType type, TypePredicateContext ctx) IsObjectSatisfyingPredicate.check(PythonType type, TypePredicateContext ctx) IsSelfTypePredicate.check(PythonType type, TypePredicateContext ctx) IsTypeOrSuperTypeSatisfyingPredicate.check(PythonType type, TypePredicateContext ctx) IsTypePredicate.check(PythonType type, TypePredicateContext ctx) TypePredicate.check(PythonType type, TypePredicateContext ctx) TypeSourcePredicate.check(PythonType type, TypePredicateContext ctx) static TriBoolTypePredicateUtils.evaluate(TypePredicate predicate, PythonType type, TypePredicateContext ctx)