public class UnreachableCodeFinder.UnreachableCodeFlowSet extends DavaFlowSet
elements
Constructor and Description |
---|
UnreachableCodeFlowSet() |
Modifier and Type | Method and Description |
---|---|
UnreachableCodeFinder.UnreachableCodeFlowSet |
clone()
Clones the current FlowSet.
|
void |
intersection(FlowSet otherFlow,
FlowSet destFlow)
Notice that the intersection method only merges the elements of the flow
set DavaFlowSet also contains information regarding abrupt control flow
This should also be merged using the copyInternalDataFrom method
|
add, addToBreakList, addToContinueList, addToImplicitBreaks, addToImplicitContinues, clear, contains, copy, copyInternalDataFrom, difference, emptySet, equals, getBreakSet, getContinueSet, getElementAt, getElementCount, getImplicitBreaks, getImplicitContinues, getImplicitlyBrokenSets, getImplicitlyContinuedSets, internalDataMatchesTo, isEmpty, iterator, remove, remove, size, toList, toString, union
add, difference, hashCode, intersection, isSubSet, remove, union
public UnreachableCodeFinder.UnreachableCodeFlowSet clone()
FlowSet
clone
in interface FlowSet
clone
in class DavaFlowSet
public void intersection(FlowSet otherFlow, FlowSet destFlow)
DavaFlowSet
intersection
in interface FlowSet
intersection
in class DavaFlowSet