| Package | Description |
|---|---|
| soot.jimple.toolkits.thread.mhp |
| Modifier and Type | Method and Description |
|---|---|
MonitorSet |
MonitorSet.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorSet.intersection(MonitorSet other,
MonitorSet dest)
Returns the union (join) of this MonitorSet and
other, putting result into dest. |
void |
MonitorSet.union(MonitorSet other)
Returns the union (join) of this MonitorSet and
other, putting result into this. |
Copyright © 2020 Soot OSS. All rights reserved.