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