Package com.google.errorprone.predicates
Interface TypePredicate
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Array
,DescendantOf
,DescendantOfAny
,Exact
,ExactAny
public interface TypePredicate extends Serializable
A predicate for testing
Type
s.-
Method Summary
Modifier and Type Method Description boolean
apply(com.sun.tools.javac.code.Type type, VisitorState state)
-
Method Details
-
apply
-