Class ExactTypeFilter<T>
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.ExactTypeFilter<T>
-
- All Implemented Interfaces:
Predicate<Op03SimpleStatement>
public class ExactTypeFilter<T> extends java.lang.Object implements Predicate<Op03SimpleStatement>
-
-
Constructor Summary
Constructors Constructor Description ExactTypeFilter(java.lang.Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Op03SimpleStatement in)
-