Class MethodInvocationMatcher.Token.ReceiverType

java.lang.Object
com.google.errorprone.matchers.method.MethodInvocationMatcher.Token.ReceiverType
All Implemented Interfaces:
MethodInvocationMatcher.Token
Enclosing interface:
MethodInvocationMatcher.Token

public abstract static class MethodInvocationMatcher.Token.ReceiverType extends Object implements MethodInvocationMatcher.Token
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).