Uses of Interface
org.sonar.python.api.types.v2.matchers.TypeMatcher
Packages that use TypeMatcher
-
Uses of TypeMatcher in org.sonar.python.api.types.v2.matchers
Methods in org.sonar.python.api.types.v2.matchers that return TypeMatcherModifier and TypeMethodDescriptionstatic TypeMatcherTypeMatchers.all(List<TypeMatcher> matchers) static TypeMatcherTypeMatchers.all(Stream<TypeMatcher> matchers) static TypeMatcherTypeMatchers.all(TypeMatcher... matchers) static TypeMatcherTypeMatchers.any(List<TypeMatcher> matchers) static TypeMatcherTypeMatchers.any(Stream<TypeMatcher> matchers) static TypeMatcherTypeMatchers.any(TypeMatcher... matchers) static TypeMatcherstatic TypeMatcherTypeMatchers.hasMemberSatisfying(String memberName, TypeMatcher matcher) static TypeMatcherTypeMatchers.hasTypeSource(TypeSource typeSource) static TypeMatcherTypeMatchers.isObjectOfSubType(String fqn) static TypeMatcherTypeMatchers.isObjectOfType(String fqn) static TypeMatcherTypeMatchers.isObjectSatisfying(TypeMatcher matcher) static TypeMatcherstatic TypeMatcherMethods in org.sonar.python.api.types.v2.matchers that return types with arguments of type TypeMatcherModifier and TypeMethodDescriptionstatic Collector<TypeMatcher,?, TypeMatcher> TypeMatcherUtils.allCollector()static Collector<TypeMatcher,?, TypeMatcher> TypeMatcherUtils.allCollector()static Collector<TypeMatcher,?, TypeMatcher> TypeMatcherUtils.anyCollector()static Collector<TypeMatcher,?, TypeMatcher> TypeMatcherUtils.anyCollector()Methods in org.sonar.python.api.types.v2.matchers with parameters of type TypeMatcherModifier and TypeMethodDescriptionstatic TypeMatcherTypeMatchers.all(TypeMatcher... matchers) static TypeMatcherTypeMatchers.any(TypeMatcher... matchers) static TypeMatcherTypeMatchers.hasMemberSatisfying(String memberName, TypeMatcher matcher) static TypeMatcherTypeMatchers.isObjectSatisfying(TypeMatcher matcher) Method parameters in org.sonar.python.api.types.v2.matchers with type arguments of type TypeMatcherModifier and TypeMethodDescriptionstatic TypeMatcherTypeMatchers.all(List<TypeMatcher> matchers) static TypeMatcherTypeMatchers.all(Stream<TypeMatcher> matchers) static TypeMatcherTypeMatchers.any(List<TypeMatcher> matchers) static TypeMatcherTypeMatchers.any(Stream<TypeMatcher> matchers)