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 classA token specifying the class or interface in which the invoked method was defined.static classA token limiting theMethodInvocationMatcher.Token.Kindof invocation to match.static classA token limiting the name of the method being invoked.static classA token limiting the types of the formal parameters of the method being invoked.static classA token specifying that the class of the object on which the method is being invoked must be a subtype of another type.static classA 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.RuleMethodInvocationMatcher.Rule.create(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> required) Builds a Rule object from a map.