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, unionadd, difference, hashCode, intersection, isSubSet, remove, unionpublic UnreachableCodeFinder.UnreachableCodeFlowSet clone()
FlowSetclone in interface FlowSetclone in class DavaFlowSetpublic void intersection(FlowSet otherFlow, FlowSet destFlow)
DavaFlowSetintersection in interface FlowSetintersection in class DavaFlowSet