Static Public Methods | |
Set | bitSetToStmtSet (BitSet bitSet, StmtList stmtList) |
boolean | emptyBitSet (BitSet bs) |
boolean | emptyBitSetWithLength (BitSet bs, int length) |
void | initializeBitSetToAllFalse (BitSet bs) |
void | initializeBitSetToAllTrue (BitSet bs) |
Set | setIntersection (Set set1, Set set2) |
Static Private Methods | |
BitSet | bitSetAndNot (BitSet originalSet, BitSet notSet) |
int | logicalSizeOfBitSet (BitSet bs) |
BitSet | stmtArrayToBitSet (Stmt[] stmtSet, StmtList localStmtList) |
BitSet | stmtSetToBitSet (Set stmtSet, StmtList localStmtList) |
static
.
Definition at line 45 of file SetUtil.java.
|
Clear elements of a bit set in terms of a ruler bit set.
Definition at line 54 of file SetUtil.java. |
|
Transform a bit set of statements into a set of Stmt.
Definition at line 69 of file SetUtil.java. |
|
See if a bit set is empty
Definition at line 84 of file SetUtil.java. |
|
See if a bit set is empty
Definition at line 96 of file SetUtil.java. |
|
Insert the method's description here. Creation date: (00-12-6 11:01:22)
Definition at line 107 of file SetUtil.java. |
|
Insert the method's description here. Creation date: (00-12-6 11:01:22)
Definition at line 116 of file SetUtil.java. |
|
Get logical size of a bit set. Logical size means how many element in a bit set is set to
Definition at line 127 of file SetUtil.java. |
|
Get intersection of two Set.
Definition at line 140 of file SetUtil.java. |
|
Transform an array of Stmt to a bit set indexed with given statement list.
Definition at line 157 of file SetUtil.java. |
|
Transform a Set of Stmt to a bit set indexed with a given stmatement list.
Definition at line 173 of file SetUtil.java. |