Interface TypePredicate

All Superinterfaces:
Serializable
All Known Implementing Classes:
Array, DescendantOf, DescendantOfAny, Exact, ExactAny

public interface TypePredicate extends Serializable
A predicate for testing Types.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(com.sun.tools.javac.code.Type type, VisitorState state)
     
  • Method Details

    • apply

      boolean apply(com.sun.tools.javac.code.Type type, VisitorState state)