Uses of Interface
com.google.errorprone.matchers.method.MethodInvocationMatcher.Token
Packages that use MethodInvocationMatcher.Token
-
Uses of MethodInvocationMatcher.Token in com.google.errorprone.matchers.method
Classes in com.google.errorprone.matchers.method that implement MethodInvocationMatcher.TokenModifier and TypeClassDescriptionstatic class
A token specifying the class or interface in which the invoked method was defined.static class
A token limiting theMethodInvocationMatcher.Token.Kind
of invocation to match.static class
A token limiting the name of the method being invoked.static class
A token limiting the types of the formal parameters of the method being invoked.static class
A token specifying that the class of the object on which the method is being invoked must be a subtype of another type.static class
A token specifying the exact type of the object on which the method is being invoked (or the class in which it is defined, for static methods).Methods in com.google.errorprone.matchers.method that return types with arguments of type MethodInvocationMatcher.TokenModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap
<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> MethodInvocationMatcher.Rule.required()
Method parameters in com.google.errorprone.matchers.method with type arguments of type MethodInvocationMatcher.TokenModifier 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.