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