Class MethodInvocationMatcher.Token.ReceiverSupertype

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

public abstract static class MethodInvocationMatcher.Token.ReceiverSupertype extends Object implements MethodInvocationMatcher.Token
A token specifying that the class of the object on which the method is being invoked must be a subtype of another type.