Uses of Record 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.MatchResultContainmentMatchers.firstNonNullMatchResult(ExpressionTree tree, VisitorState state) final @Nullable AbstractCollectionIncompatibleTypeMatcher.MatchResultAbstractCollectionIncompatibleTypeMatcher.matches(ExpressionTree tree, VisitorState state) Methods in com.google.errorprone.bugpatterns.collectionincompatibletype with parameters of type AbstractCollectionIncompatibleTypeMatcher.MatchResultModifier and TypeMethodDescriptionprotected StringAbstractCollectionIncompatibleTypeMatcher.message(AbstractCollectionIncompatibleTypeMatcher.MatchResult result, String sourceType, String targetType)