Class AllTypePredicate
java.lang.Object
org.sonar.python.types.v2.matchers.AllTypePredicate
- All Implemented Interfaces:
TypePredicate
TypePredicate implementation that requires all provided type predicates to pass (AND logic).
Combines results using TriBool.and() semantics.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AllTypePredicate
-
-
Method Details
-
check
- Specified by:
checkin interfaceTypePredicate
-