Class LValuePropSimple
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.LValuePropSimple
-
public class LValuePropSimple extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
LValuePropSimple.AssignmentCollector
private static class
LValuePropSimple.UsageCollector
-
Constructor Summary
Constructors Constructor Description LValuePropSimple()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Op03SimpleStatement>
condenseSimpleLValues(java.util.List<Op03SimpleStatement> statementList)
-
-
-
Method Detail
-
condenseSimpleLValues
public static java.util.List<Op03SimpleStatement> condenseSimpleLValues(java.util.List<Op03SimpleStatement> statementList)
-
-