Class LValueUsageCollectorSimpleRW
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueUsageCollectorSimpleRW
-
- All Implemented Interfaces:
LValueUsageCollector
public class LValueUsageCollectorSimpleRW extends java.lang.Object implements LValueUsageCollector
-
-
Constructor Summary
Constructors Constructor Description LValueUsageCollectorSimpleRW()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collect(LValue lValue, ReadWrite rw)
java.util.Set<LValue>
getRead()
java.util.Set<LValue>
getWritten()
-