Class IncompatibleArgumentType

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.collectionincompatibletype.IncompatibleArgumentType
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class IncompatibleArgumentType extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
glorioso@google.com (Nick Glorioso)
See Also: