|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents bounded information for flow analysis. Just like FlowSet, but also provides complementation. Some implementations of BoundedFlowSet may require a FlowUniverse for construction.
Method Summary | |
void |
complement()
Complements this . |
void |
complement(FlowSet dest)
Complements this BoundedFlowSet, putting the result into dest . |
Object |
topSet()
returns the topped set. |
Methods inherited from interface soot.toolkits.scalar.FlowSet |
add, add, clear, clone, contains, copy, difference, difference, emptySet, intersection, intersection, isEmpty, iterator, remove, remove, size, toList, union, union |
Method Detail |
public void complement()
this
.
public void complement(FlowSet dest)
dest
. dest
and this
may be the
same object.
public Object topSet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |