| Package | Description |
|---|---|
| soot.jimple.toolkits.typing |
Implements a typing algorithm for Jimple.
|
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Method and Description |
|---|---|
BitVector |
TypeResolverBV.invalidIds()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
BitVector[] |
SharedBitSetCache.cache |
BitVector[] |
SharedBitSetCache.orAndAndNotCache |
| Modifier and Type | Method and Description |
|---|---|
static BitVector |
BitVector.and(BitVector set1,
BitVector set2) |
BitVector |
SharedBitSetCache.canonicalize(BitVector set) |
static BitVector |
BitVector.or(BitVector set1,
BitVector set2) |
| Modifier and Type | Method and Description |
|---|---|
void |
BitVector.and(BitVector other) |
static BitVector |
BitVector.and(BitVector set1,
BitVector set2) |
void |
BitVector.andNot(BitVector other) |
BitVector |
SharedBitSetCache.canonicalize(BitVector set) |
void |
BitVector.copyFrom(BitVector other) |
void |
BitVector.or(BitVector other) |
static BitVector |
BitVector.or(BitVector set1,
BitVector set2) |
boolean |
BitVector.orAndAndNot(BitVector orset,
BitVector andset,
BitVector andnotset)
Computes this = this OR ((orset AND andset ) AND (NOT andnotset))
Returns true iff this is modified.
|
boolean |
SharedBitSet.orAndAndNot(SharedBitSet orset,
BitVector andset,
SharedBitSet andnotset) |
void |
BitVector.xor(BitVector other) |
| Constructor and Description |
|---|
BitVector(BitVector other)
Copy constructor
|
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.