Uses of Class
com.google.errorprone.matchers.method.MethodInvocationMatcher.Rule
Packages that use MethodInvocationMatcher.Rule
-
Uses of MethodInvocationMatcher.Rule in com.google.errorprone.matchers.method
Methods in com.google.errorprone.matchers.method that return MethodInvocationMatcher.RuleModifier and TypeMethodDescriptionstatic MethodInvocationMatcher.RuleMethodInvocationMatcher.Rule.create(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> required) Builds a Rule object from a map.Method parameters in com.google.errorprone.matchers.method with type arguments of type MethodInvocationMatcher.RuleModifier and TypeMethodDescriptionstatic Matcher<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.