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