|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.UnitValueBoxPair
Utility class used to package a Unit and a ValueBox together.
Field Summary | |
Unit |
unit
|
ValueBox |
valueBox
|
Constructor Summary | |
UnitValueBoxPair(Unit unit,
ValueBox valueBox)
Constructs a UnitValueBoxPair form a Unit object and a ValueBox object. |
Method Summary | |
boolean |
equals(java.lang.Object other)
Two UnitValueBoxPairs are equal iff they the Unit they hold are 'equal' and the ValueBoxes they hold are 'equal'. |
Unit |
getUnit()
|
ValueBox |
getValueBox()
|
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public Unit unit
public ValueBox valueBox
Constructor Detail |
public UnitValueBoxPair(Unit unit, ValueBox valueBox)
local
- some Localunit
- some Unit.Method Detail |
public boolean equals(java.lang.Object other)
other
- another UnitValueBoxPairpublic Unit getUnit()
public ValueBox getValueBox()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |