@Deprecated
protected static class DataFlow.BoolItem<FlowItem extends DataFlow.Item>
extends java.lang.Object
Items, one being the
Item that is used when an expression is true, the
other being the one that is used when an expression is false. It is used
by the ConditionNavigator.| Constructor and Description |
|---|
DataFlow.BoolItem(FlowItem trueItem,
FlowItem falseItem)
Deprecated.
|