polyglot.visit
Class DataFlow.BoolItem

java.lang.Object
  extended by polyglot.visit.DataFlow.BoolItem
Enclosing class:
DataFlow

protected static class DataFlow.BoolItem
extends java.lang.Object

This class contains two 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 Summary
DataFlow.BoolItem(DataFlow.Item trueItem, DataFlow.Item falseItem)
           
 
Method Summary
 DataFlow.Item falseItem()
           
 java.lang.String toString()
           
 DataFlow.Item trueItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFlow.BoolItem

public DataFlow.BoolItem(DataFlow.Item trueItem,
                         DataFlow.Item falseItem)
Method Detail

trueItem

public DataFlow.Item trueItem()

falseItem

public DataFlow.Item falseItem()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object