| Package | Description |
|---|---|
| soot.jimple.spark.sets |
| Modifier and Type | Class and Description |
|---|---|
static class |
PointsToSetInternal.P2SetVisitorDefaultTrue
A P2SetVisitor with a default return value of
true. |
static class |
PointsToSetInternal.P2SetVisitorInt
A P2SetVisitor with an int value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DoublePointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
HashPointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
HybridPointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
SortedArraySet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
SharedHybridSet.forall(P2SetVisitor v) |
boolean |
EmptyPointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
BitPointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
SharedListSet.forall(P2SetVisitor v) |
abstract boolean |
PointsToSetInternal.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
Copyright © 2020 Soot OSS. All rights reserved.