polyglot.visit
Class DataFlow.BoolItem
java.lang.Object
polyglot.visit.DataFlow.BoolItem
- Enclosing class:
- DataFlow
protected static class DataFlow.BoolItem
- extends java.lang.Object
This class contains two Item
s, 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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataFlow.BoolItem
public DataFlow.BoolItem(DataFlow.Item trueItem,
DataFlow.Item falseItem)
trueItem
public DataFlow.Item trueItem()
falseItem
public DataFlow.Item falseItem()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object