public class PushThroughGoto
extends java.lang.Object
Constructor and Description |
---|
PushThroughGoto() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
moveable(Statement statement) |
static java.util.List<Op03SimpleStatement> |
pushThroughGoto(java.util.List<Op03SimpleStatement> statements) |
private static boolean |
pushThroughGoto(Op03SimpleStatement forwardGoto,
java.util.List<Op03SimpleStatement> statements) |
public static java.util.List<Op03SimpleStatement> pushThroughGoto(java.util.List<Op03SimpleStatement> statements)
private static boolean pushThroughGoto(Op03SimpleStatement forwardGoto, java.util.List<Op03SimpleStatement> statements)
private static boolean moveable(Statement statement)