Class PushThroughGoto
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.PushThroughGoto
-
public class PushThroughGoto extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PushThroughGoto()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static booleanmoveable(Statement statement)static java.util.List<Op03SimpleStatement>pushThroughGoto(java.util.List<Op03SimpleStatement> statements)private static booleanpushThroughGoto(Op03SimpleStatement forwardGoto, java.util.List<Op03SimpleStatement> statements)
-
-
-
Method Detail
-
pushThroughGoto
public static java.util.List<Op03SimpleStatement> pushThroughGoto(java.util.List<Op03SimpleStatement> statements)
-
pushThroughGoto
private static boolean pushThroughGoto(Op03SimpleStatement forwardGoto, java.util.List<Op03SimpleStatement> statements)
-
moveable
private static boolean moveable(Statement statement)
-
-