Class PointlessExpressions
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.PointlessExpressions
-
public class PointlessExpressions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PointlessExpressions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isSafeToIgnore(Expression expression)
(package private) static void
removePointlessExpressionStatements(java.util.List<Op03SimpleStatement> statements)
-
-
-
Method Detail
-
removePointlessExpressionStatements
static void removePointlessExpressionStatements(java.util.List<Op03SimpleStatement> statements)
-
isSafeToIgnore
public static boolean isSafeToIgnore(Expression expression)
-
-