Uses of Interface
com.google.errorprone.matchers.method.MethodInvocationMatcher.Token
Package | Description |
---|---|
com.google.errorprone.matchers.method |
-
Uses of MethodInvocationMatcher.Token in com.google.errorprone.matchers.method
Classes in com.google.errorprone.matchers.method that implement MethodInvocationMatcher.Token Modifier and Type Class Description static class
MethodInvocationMatcher.Token.DefinedIn
A token specifying the class or interface in which the invoked method was defined.static class
MethodInvocationMatcher.Token.Kind
A token limiting theMethodInvocationMatcher.Token.Kind
of invocation to match.static class
MethodInvocationMatcher.Token.MethodName
A token limiting the name of the method being invoked.static class
MethodInvocationMatcher.Token.ParameterTypes
A token limiting the types of the formal parameters of the method being invoked.static class
MethodInvocationMatcher.Token.ReceiverSupertype
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
MethodInvocationMatcher.Token.ReceiverType
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.Token Modifier and Type Method Description abstract 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.Token Modifier and Type Method Description static MethodInvocationMatcher.Rule
MethodInvocationMatcher.Rule. create(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType,? extends Set<MethodInvocationMatcher.Token>> required)
Builds a Rule object from a map.