Class LValueUsageCollectorSimple
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.LValueUsageCollectorSimple
-
- All Implemented Interfaces:
LValueUsageCollector
public class LValueUsageCollectorSimple extends java.lang.Object implements LValueUsageCollector
-
-
Constructor Summary
Constructors Constructor Description LValueUsageCollectorSimple()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collect(LValue lValue, ReadWrite rw)
java.util.Collection<LValue>
getUsedLValues()
boolean
isUsed(LValue lValue)
-
-
-
Field Detail
-
used
private final java.util.Set<LValue> used
-
-