public interface AvailableExpressions
| Modifier and Type | Method and Description |
|---|---|
Chain |
getAvailableEquivsAfter(Unit u)
Returns a Chain containing the EquivalentValue objects corresponding to expressions available after u.
|
Chain |
getAvailableEquivsBefore(Unit u)
Returns a Chain containing the EquivalentValue objects corresponding to expressions available before u.
|
List |
getAvailablePairsAfter(Unit u)
Returns a List containing the UnitValueBox pairs corresponding to expressions available after u.
|
List |
getAvailablePairsBefore(Unit u)
Returns a List containing the UnitValueBox pairs corresponding to expressions available before u.
|
List getAvailablePairsBefore(Unit u)
List getAvailablePairsAfter(Unit u)
Chain getAvailableEquivsBefore(Unit u)
Copyright © 2020 Soot OSS. All rights reserved.