Class PointlessJumps
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.PointlessJumps
-
public class PointlessJumps extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PointlessJumps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static Op03SimpleStatement
maybeMoveTarget(Op03SimpleStatement expectedRetarget, Op03SimpleStatement source, java.util.List<Op03SimpleStatement> statements)
private static boolean
movableJump(JumpType jumpType)
static void
removePointlessJumps(java.util.List<Op03SimpleStatement> statements)
-
-
-
Method Detail
-
removePointlessJumps
public static void removePointlessJumps(java.util.List<Op03SimpleStatement> statements)
-
maybeMoveTarget
private static Op03SimpleStatement maybeMoveTarget(Op03SimpleStatement expectedRetarget, Op03SimpleStatement source, java.util.List<Op03SimpleStatement> statements)
-
movableJump
private static boolean movableJump(JumpType jumpType)
-
-