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 final recordA token specifying the class or interface in which the invoked method was defined.static final recordA token limiting theMethodInvocationMatcher.Token.Kindof invocation to match.static final recordA token limiting the name of the method being invoked.static final recordA token limiting the types of the formal parameters of the method being invoked.static final recordA token specifying that the class of the object on which the method is being invoked must be a subtype of another type.static final recordA 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 TypeMethodDescriptioncom.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> MethodInvocationMatcher.Rule.required()Returns the value of therequiredrecord component.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.Constructor parameters in com.google.errorprone.matchers.method with type arguments of type MethodInvocationMatcher.TokenModifierConstructorDescriptionRule(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> required) Creates an instance of aRulerecord class.