class ConditionalSimplifier
extends java.lang.Object
Constructor and Description |
---|
ConditionalSimplifier() |
Modifier and Type | Method and Description |
---|---|
private static Troolean |
isBooleanReturn(Statement s) |
private static void |
replaceEclipseReturn(Op03SimpleStatement statement,
IfStatement ifStatement) |
(package private) static void |
simplifyConditionals(java.util.List<Op03SimpleStatement> statements,
boolean aggressive,
Method method) |
static void simplifyConditionals(java.util.List<Op03SimpleStatement> statements, boolean aggressive, Method method)
private static void replaceEclipseReturn(Op03SimpleStatement statement, IfStatement ifStatement)