Uses of Class
com.google.errorprone.matchers.method.MethodInvocationMatcher.Rule
-
Uses of MethodInvocationMatcher.Rule in com.google.errorprone.matchers.method
Modifier and TypeMethodDescriptionstatic MethodInvocationMatcher.Rule
MethodInvocationMatcher.Rule.create
(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> required) Builds a Rule object from a map.Modifier and TypeMethodDescriptionstatic Matcher
<com.sun.source.tree.ExpressionTree> MethodInvocationMatcher.compile
(Iterable<MethodInvocationMatcher.Rule> rules) Constructs a Matcher that matches for method invocations (including constructor invocations) satisfying at least one of the given Rule specifications.