Uses of Class
com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher
Packages that use AbstractCollectionIncompatibleTypeMatcher
-
Uses of AbstractCollectionIncompatibleTypeMatcher in com.google.errorprone.bugpatterns.collectionincompatibletype
Methods in com.google.errorprone.bugpatterns.collectionincompatibletype that return AbstractCollectionIncompatibleTypeMatcherModifier and TypeMethodDescriptionAbstractCollectionIncompatibleTypeMatcher.MatchResult.matcher()
Methods in com.google.errorprone.bugpatterns.collectionincompatibletype with parameters of type AbstractCollectionIncompatibleTypeMatcherModifier and TypeMethodDescriptionAbstractCollectionIncompatibleTypeMatcher.MatchResult.create
(com.sun.source.tree.ExpressionTree sourceTree, com.sun.tools.javac.code.Type sourceType, com.sun.tools.javac.code.Type targetType, AbstractCollectionIncompatibleTypeMatcher matcher)