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