| Package | Description |
|---|---|
| qilin.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Method and Description |
|---|---|
static BitVector |
BitVector.and(BitVector set1,
BitVector set2) |
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) |
void |
BitVector.copyFrom(BitVector other) |
boolean |
BitVector.intersects(BitVector other)
Returns true if the both the current and the specified bitvectors have at least one bit set in
common.
|
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.
|
void |
BitVector.xor(BitVector other) |
| Constructor and Description |
|---|
BitVector(BitVector other)
Copy constructor
|
Copyright © 2024 Soot OSS. All rights reserved.