Uses of Class
com.google.errorprone.matchers.ChildMultiMatcher
Packages that use ChildMultiMatcher
-
Uses of ChildMultiMatcher in com.google.errorprone.matchers
Subclasses of ChildMultiMatcher in com.google.errorprone.matchersModifier and TypeClassDescriptionclass
AnnotationMatcher<T extends com.sun.source.tree.Tree>
Matches if the given annotation matcher matches all of or any of the annotations on the tree node.class
Applies the given matcher to the constructor(s) of the given class.class
Matches if the given matcher matches all of/any of the parameters to this method.class
Matches if the given matcher matches all of/any of the parameters to this method.