public class LValueUsageCollectorSimple extends Object implements LValueUsageCollector
Constructor and Description |
---|
LValueUsageCollectorSimple() |
Modifier and Type | Method and Description |
---|---|
void |
collect(LValue lValue,
ReadWrite rw) |
Collection<LValue> |
getUsedLValues() |
boolean |
isUsed(LValue lValue) |
public void collect(LValue lValue, ReadWrite rw)
collect
in interface LValueUsageCollector
public Collection<LValue> getUsedLValues()
public boolean isUsed(LValue lValue)
Copyright © 2011-2021. All Rights Reserved.