Class LValuePropSimple.UsageCollector
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.LValuePropSimple.UsageCollector
-
- All Implemented Interfaces:
LValueUsageCollector
- Enclosing class:
- LValuePropSimple
private static class LValuePropSimple.UsageCollector extends java.lang.Object implements LValueUsageCollector
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<StackSSALabel,java.lang.Boolean>
singleUsages
-
Constructor Summary
Constructors Modifier Constructor Description private
UsageCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collect(LValue lValue, ReadWrite rw)
(package private) java.util.List<StackSSALabel>
getSingleUsages()
-
-
-
Field Detail
-
singleUsages
java.util.Map<StackSSALabel,java.lang.Boolean> singleUsages
-
-
Method Detail
-
collect
public void collect(LValue lValue, ReadWrite rw)
- Specified by:
collect
in interfaceLValueUsageCollector
-
getSingleUsages
java.util.List<StackSSALabel> getSingleUsages()
-
-