Class Op02RedundantStoreRewriter
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op2rewriters.Op02RedundantStoreRewriter
-
public class Op02RedundantStoreRewriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static Op02RedundantStoreRewriter
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
Op02RedundantStoreRewriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
rewrite(java.util.List<Op02WithProcessedDataAndRefs> instrs, int maxLocals)
private void
rewriteInstrs(java.util.List<Op02WithProcessedDataAndRefs> instrs, int maxLocals)
-
-
-
Field Detail
-
INSTANCE
private static final Op02RedundantStoreRewriter INSTANCE
-
-
Method Detail
-
rewriteInstrs
private void rewriteInstrs(java.util.List<Op02WithProcessedDataAndRefs> instrs, int maxLocals)
-
rewrite
public static void rewrite(java.util.List<Op02WithProcessedDataAndRefs> instrs, int maxLocals)
-
-