Interface TypePredicate
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Array, DescendantOf, DescendantOfAny, Exact, ExactAny
A predicate for testing
Types.-
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(com.sun.tools.javac.code.Type type, VisitorState state)
-
Method Details
-
apply
-