Uses of Class
com.google.errorprone.bugpatterns.collectionincompatibletype.AbstractCollectionIncompatibleTypeMatcher
Package | Description |
---|---|
com.google.errorprone.bugpatterns.collectionincompatibletype |
-
Uses of AbstractCollectionIncompatibleTypeMatcher in com.google.errorprone.bugpatterns.collectionincompatibletype
Methods in com.google.errorprone.bugpatterns.collectionincompatibletype that return AbstractCollectionIncompatibleTypeMatcher Modifier and Type Method Description abstract AbstractCollectionIncompatibleTypeMatcher
AbstractCollectionIncompatibleTypeMatcher.MatchResult. matcher()
Methods in com.google.errorprone.bugpatterns.collectionincompatibletype with parameters of type AbstractCollectionIncompatibleTypeMatcher Modifier and Type Method Description static AbstractCollectionIncompatibleTypeMatcher.MatchResult
AbstractCollectionIncompatibleTypeMatcher.MatchResult. create(com.sun.source.tree.ExpressionTree sourceTree, com.sun.tools.javac.code.Type sourceType, com.sun.tools.javac.code.Type targetType, AbstractCollectionIncompatibleTypeMatcher matcher)