Class DescendantOf

java.lang.Object
com.google.errorprone.predicates.type.DescendantOf
All Implemented Interfaces:
TypePredicate, Serializable

public class DescendantOf extends Object implements TypePredicate
Matches sub-types of the given type.
See Also:
  • Field Details

    • expected

      public final Supplier<com.sun.tools.javac.code.Type> expected
  • Constructor Details

    • DescendantOf

      public DescendantOf(Supplier<com.sun.tools.javac.code.Type> type)
  • Method Details