Uses of Interface
com.google.errorprone.matchers.method.MethodMatchers.MethodClassMatcher
Packages that use MethodMatchers.MethodClassMatcher
-
Uses of MethodMatchers.MethodClassMatcher in com.google.errorprone.matchers.method
Methods in com.google.errorprone.matchers.method that return MethodMatchers.MethodClassMatcherModifier and TypeMethodDescriptionMethodMatchers.AnyMethodMatcher.anyClass()
Deprecated.Match on any class.MethodMatchers.InstanceMethodMatcher.anyClass()
Deprecated.Match on any class.MethodMatchers.StaticMethodMatcher.anyClass()
Deprecated.Match on any class.MethodMatchers.AnyMethodMatcher.onClass
(TypePredicate predicate) Deprecated.Match the given type exactly.Deprecated.Match on types with the given fully-qualified name.MethodMatchers.InstanceMethodMatcher.onClass
(TypePredicate predicate) Deprecated.Match on types that satisfy the given predicate.MethodMatchers.StaticMethodMatcher.onClass
(TypePredicate predicate) Deprecated.Match on types that satisfy the given predicate.Deprecated.Match on the given type exactly.Deprecated.Match on types with the given fully-qualified name.MethodMatchers.StaticMethodMatcher.onClassAny
(Iterable<String> classNames) Deprecated.Match on types that are equal to any of the given types.MethodMatchers.StaticMethodMatcher.onClassAny
(String... classNames) Deprecated.Match on types that are equal to any of the given types.MethodMatchers.AnyMethodMatcher.onDescendantOf
(Supplier<com.sun.tools.javac.code.Type> classType) Deprecated.Match on descendants of the given type.MethodMatchers.AnyMethodMatcher.onDescendantOf
(String className) Deprecated.Match on descendants of the given fully-qualified type name.MethodMatchers.InstanceMethodMatcher.onDescendantOf
(Supplier<com.sun.tools.javac.code.Type> classType) Deprecated.Match on descendants of the given type.MethodMatchers.InstanceMethodMatcher.onDescendantOf
(String className) Deprecated.Match on descendants of the given fully-qualified type name.MethodMatchers.StaticMethodMatcher.onDescendantOf
(Supplier<com.sun.tools.javac.code.Type> classType) Deprecated.Match on descendants of the given type.MethodMatchers.StaticMethodMatcher.onDescendantOf
(String className) Deprecated.Match on descendants of the given fully-qualified type name.MethodMatchers.AnyMethodMatcher.onDescendantOfAny
(Iterable<String> classTypes) Deprecated.Match on types that are descendants of any of the given types.MethodMatchers.AnyMethodMatcher.onDescendantOfAny
(String... classTypes) Deprecated.Match on types that are descendants of any of the given types.MethodMatchers.InstanceMethodMatcher.onDescendantOfAny
(Iterable<String> classTypes) Deprecated.Match on types that are descendants of any of the given types.MethodMatchers.InstanceMethodMatcher.onDescendantOfAny
(String... classTypes) Deprecated.Match on types that are descendants of any of the given types.MethodMatchers.StaticMethodMatcher.onDescendantOfAny
(Iterable<String> classTypes) Deprecated.Match on types that are descendants of any of the given types.MethodMatchers.StaticMethodMatcher.onDescendantOfAny
(String... classTypes) Deprecated.Match on types that are descendants of any of the given types.MethodMatchers.InstanceMethodMatcher.onExactClass
(Supplier<com.sun.tools.javac.code.Type> classType) Deprecated.Match on the given type exactly.MethodMatchers.InstanceMethodMatcher.onExactClass
(String className) Deprecated.Match on types with the given fully-qualified name.MethodMatchers.InstanceMethodMatcher.onExactClassAny
(Iterable<String> classTypes) Deprecated.Match on types that are exactly the same as any of the given types.MethodMatchers.InstanceMethodMatcher.onExactClassAny
(String... classTypes) Deprecated.Match on types that are exactly the same as any of the given types.