|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--envgen.analysis.stat.ValueSetPair
Representation of data flow information as a single entry in the data flow set. Represents a mapping from an expression to a set of symbolic locations it might refer to in alias analysis, and a mapping from a symbolic location to a set of values it might hold in side-effects analysis.
| Field Summary | |
(package private) soot.Value |
left
Left hand side of the mapping. |
(package private) MultiSet |
right
Right hand side of the mapping. |
| Constructor Summary | |
(package private) |
ValueSetPair(soot.Value left,
MultiSet right)
|
| Method Summary | |
(package private) soot.Value |
getLeft()
Returns the left hand side of the mapping. |
(package private) MultiSet |
getRight()
Returns the right hand side of the mapping. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
soot.Value left
MultiSet right
| Constructor Detail |
ValueSetPair(soot.Value left,
MultiSet right)
| Method Detail |
soot.Value getLeft()
MultiSet getRight()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||