Uses of Interface
com.google.errorprone.matchers.MultiMatcher
Packages that use MultiMatcher
-
Uses of MultiMatcher in com.google.errorprone.matchers
Classes in com.google.errorprone.matchers that implement MultiMatcherModifier and TypeClassDescriptionclassAnnotationMatcher<T extends Tree>Matches if the given annotation matcher matches all of or any of the annotations on the tree node.classChildMultiMatcher<T extends Tree, N extends Tree>AMultiMatcherthat applies a matcher across multiple children of a single ancestor node.classApplies the given matcher to the constructor(s) of the given class.classMatches if the given matcher matches all of/any of the parameters to this method.classMatches if the given matcher matches all of/any of the parameters to this method.Fields in com.google.errorprone.matchers declared as MultiMatcherModifier and TypeFieldDescriptionstatic final MultiMatcher<ClassTree, AnnotationTree> JUnitMatchers.hasJUnit4TestRunnerMethods in com.google.errorprone.matchers that return MultiMatcherModifier and TypeMethodDescriptionstatic <T extends Tree>
MultiMatcher<T, AnnotationTree> Matchers.annotations(ChildMultiMatcher.MatchType matchType, Matcher<AnnotationTree> annotationMatcher) Matches if the given annotation matcher matches all of or any of the annotations on this tree node.static MultiMatcher<ClassTree, MethodTree> Matchers.constructor(ChildMultiMatcher.MatchType matchType, Matcher<MethodTree> constructorMatcher) Matches a class in which any of/all of its constructors match the given constructorMatcher.Matchers.hasArguments(ChildMultiMatcher.MatchType matchType, Matcher<ExpressionTree> argumentMatcher) Matches if the given matcher matches all of/any of the arguments to this method invocation.static MultiMatcher<MethodTree, VariableTree> Matchers.methodHasParameters(ChildMultiMatcher.MatchType matchType, Matcher<VariableTree> parameterMatcher) Matches if the given matcher matches all of/any of the parameters to this method.