Uses of Class
com.google.errorprone.matchers.AbstractTypeMatcher
Packages that use AbstractTypeMatcher
-
Uses of AbstractTypeMatcher in com.google.errorprone.matchers
Subclasses of AbstractTypeMatcher in com.google.errorprone.matchersModifier and TypeClassDescriptionclass
IsSameType<T extends Tree>
Matches an AST node if its erased type is the same as the given type, e.g.class
IsSubtypeOf<T extends Tree>