Uses of Interface
org.sonar.python.types.v2.matchers.TypePredicateContext
Packages that use TypePredicateContext
-
Uses of TypePredicateContext in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types with parameters of type TypePredicateContextModifier and TypeMethodDescriptionstatic PythonTypeCallReturnTypeCalculator.computeCallExpressionType(CallExpression callExpr, 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) IsObjectSatisfyingPredicate.check(PythonType type, TypePredicateContext ctx) IsObjectSubtypeOfPredicate.check(PythonType type, TypePredicateContext ctx) IsSelfTypePredicate.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)