Class AbstractCollectionIncompatibleTypeMatcher.MatchResult

java.lang.Object
com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher.MatchResult
Enclosing class:
AbstractCollectionIncompatibleTypeMatcher

public abstract static class AbstractCollectionIncompatibleTypeMatcher.MatchResult extends Object
Encapsulates the result of matching a Collection.contains(java.lang.Object)-like call, including the source and target types.