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 |
BitPointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
DoublePointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
EmptyPointsToSet.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.
|
abstract boolean |
PointsToSetInternal.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
SharedHybridSet.forall(P2SetVisitor v) |
boolean |
SharedListSet.forall(P2SetVisitor v) |
boolean |
SortedArraySet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
abstract boolean |
PointsToSetInternal.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 |
SortedArraySet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
boolean |
EmptyPointsToSet.forall(P2SetVisitor v)
Calls v's visit method on all nodes in this set.
|
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 |
SharedListSet.forall(P2SetVisitor v) |
boolean |
SharedHybridSet.forall(P2SetVisitor v) |