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
(ExpressionTree sourceTree, com.sun.tools.javac.code.Type sourceType, com.sun.tools.javac.code.Type targetType, AbstractCollectionIncompatibleTypeMatcher matcher) static @Nullable AbstractCollectionIncompatibleTypeMatcher.MatchResult
ContainmentMatchers.firstNonNullMatchResult
(ExpressionTree tree, VisitorState state) final @Nullable AbstractCollectionIncompatibleTypeMatcher.MatchResult
AbstractCollectionIncompatibleTypeMatcher.matches
(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)