Class ConditionalRewriter.IsForwardIf
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.ConditionalRewriter.IsForwardIf
-
- All Implemented Interfaces:
Predicate<Op03SimpleStatement>
- Enclosing class:
- ConditionalRewriter
private static class ConditionalRewriter.IsForwardIf extends java.lang.Object implements Predicate<Op03SimpleStatement>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
IsForwardIf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Op03SimpleStatement in)
-
-
-
Method Detail
-
test
public boolean test(Op03SimpleStatement in)
- Specified by:
test
in interfacePredicate<Op03SimpleStatement>
-
-