public class LValueUsageCollectorSimpleRW extends java.lang.Object implements LValueUsageCollector
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<LValue> |
read |
private java.util.Set<LValue> |
write |
| Constructor and Description |
|---|
LValueUsageCollectorSimpleRW() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(LValue lValue,
ReadWrite rw) |
java.util.Set<LValue> |
getRead() |
java.util.Set<LValue> |
getWritten() |