Class DescendantOfAny
java.lang.Object
com.google.errorprone.predicates.type.DescendantOfAny
- All Implemented Interfaces:
TypePredicate
,Serializable
Matches types that are a sub-type of one of the given types.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(com.sun.tools.javac.code.Type type, VisitorState state)
-
Field Details
-
types
-
-
Constructor Details
-
DescendantOfAny
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceTypePredicate
-