java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.ExactTypeFilter<T>
All Implemented Interfaces:
Predicate<Op03SimpleStatement>

public class ExactTypeFilter<T> extends Object implements Predicate<Op03SimpleStatement>
  • Field Details

    • clazz

      private final Class<T> clazz
  • Constructor Details

    • ExactTypeFilter

      public ExactTypeFilter(Class<T> clazz)
  • Method Details