public class MiscStatementTools
extends java.lang.Object
Constructor and Description |
---|
MiscStatementTools() |
Modifier and Type | Method and Description |
---|---|
static void |
applyExpressionRewriter(Op04StructuredStatement root,
ExpressionRewriter expressionRewriter) |
static java.util.List<Op04StructuredStatement> |
getBlockStatements(Op04StructuredStatement code) |
static boolean |
isDeadCode(Op04StructuredStatement code) |
static java.util.List<StructuredStatement> |
linearise(Op04StructuredStatement root) |
public static java.util.List<Op04StructuredStatement> getBlockStatements(Op04StructuredStatement code)
public static boolean isDeadCode(Op04StructuredStatement code)
public static java.util.List<StructuredStatement> linearise(Op04StructuredStatement root)
public static void applyExpressionRewriter(Op04StructuredStatement root, ExpressionRewriter expressionRewriter)