Class Misc.GetBackJump
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.Misc.GetBackJump
-
- All Implemented Interfaces:
UnaryFunction<Op03SimpleStatement,Op03SimpleStatement>
- Enclosing class:
- Misc
public static class Misc.GetBackJump extends java.lang.Object implements UnaryFunction<Op03SimpleStatement,Op03SimpleStatement>
-
-
Constructor Summary
Constructors Constructor Description GetBackJump()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Op03SimpleStatement
invoke(Op03SimpleStatement in)
-
-
-
Method Detail
-
invoke
public Op03SimpleStatement invoke(Op03SimpleStatement in)
- Specified by:
invoke
in interfaceUnaryFunction<Op03SimpleStatement,Op03SimpleStatement>
-
-