|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.toolkits.scalar.LocalUnitPair
Utility class used to package a Local and a Unit together.
Constructor Summary | |
LocalUnitPair(Local local,
Unit unit)
Constructs a LocalUnitPair from a Unit object and a Local object. |
Method Summary | |
boolean |
equals(java.lang.Object other)
Two LocalUnitPairs are equal iff they hold the same Unit objects and the same Local objects within them. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalUnitPair(Local local, Unit unit)
local
- some Localunit
- some Unit.Method Detail |
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- another LocalUnitPair
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |