public class Cleaner extends Object
| Constructor and Description |
|---|
Cleaner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
reindexInPlace(List<Op03SimpleStatement> statements) |
static void |
reLinkInPlace(List<Op03SimpleStatement> statements) |
static List<Op03SimpleStatement> |
removeUnreachableCode(List<Op03SimpleStatement> statements,
boolean checkBackJumps) |
static List<Op03SimpleStatement> |
sortAndRenumber(List<Op03SimpleStatement> statements) |
public static List<Op03SimpleStatement> removeUnreachableCode(List<Op03SimpleStatement> statements, boolean checkBackJumps)
public static List<Op03SimpleStatement> sortAndRenumber(List<Op03SimpleStatement> statements)
public static void reindexInPlace(List<Op03SimpleStatement> statements)
public static void reLinkInPlace(List<Op03SimpleStatement> statements)
Copyright © 2011-2021. All Rights Reserved.