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