Uses of Class
com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher.MatchResult
Packages that use AbstractCollectionIncompatibleTypeMatcher.MatchResult
-
Uses of AbstractCollectionIncompatibleTypeMatcher.MatchResult in com.google.errorprone.bugpatterns.collectionincompatibletype
Methods in com.google.errorprone.bugpatterns.collectionincompatibletype that return AbstractCollectionIncompatibleTypeMatcher.MatchResultModifier 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) ContainmentMatchers.firstNonNullMatchResult
(com.sun.source.tree.ExpressionTree tree, VisitorState state) AbstractCollectionIncompatibleTypeMatcher.matches
(com.sun.source.tree.ExpressionTree tree, VisitorState state) Methods in com.google.errorprone.bugpatterns.collectionincompatibletype with parameters of type AbstractCollectionIncompatibleTypeMatcher.MatchResultModifier and TypeMethodDescriptionprotected String
AbstractCollectionIncompatibleTypeMatcher.message
(AbstractCollectionIncompatibleTypeMatcher.MatchResult result, String sourceType, String targetType)