public class ReachingCopies.LocalPair extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Local local)
Method checks whether local occurs in the left or right side of the localpair different semantics than the usual
contains method which checks something in a list
|
boolean |
equals(Object other) |
Local |
getLeftLocal() |
Local |
getRightLocal() |
String |
toString() |
public Local getLeftLocal()
public Local getRightLocal()
public boolean contains(Local local)
Copyright © 2020 Soot OSS. All rights reserved.