Uses of Class
com.google.errorprone.matchers.ChildMultiMatcher
Package | Description |
---|---|
com.google.errorprone.matchers |
A predicate DSL for matching javac AST nodes.
|
-
Uses of ChildMultiMatcher in com.google.errorprone.matchers
Subclasses of ChildMultiMatcher in com.google.errorprone.matchers Modifier and Type Class Description class
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
ConstructorOfClass
Applies the given matcher to the constructor(s) of the given class.class
HasArguments
Matches if the given matcher matches all of/any of the parameters to this method.class
MethodHasParameters
Matches if the given matcher matches all of/any of the parameters to this method.