Class InstanceOfPredicate<T>

java.lang.Object
org.eclipse.cdt.core.parser.util.InstanceOfPredicate<T>
All Implemented Interfaces:
IUnaryPredicate<T>

public class InstanceOfPredicate<T> extends Object implements IUnaryPredicate<T>
Unary predicate returning true if the object is an instance of the given class or interface.
Since:
5.7
  • Constructor Details

    • InstanceOfPredicate

      public InstanceOfPredicate(Class<?> type)
  • Method Details