daikon.dcomp
Class DCRuntime.BranchInfo

Object
  extended by DCRuntime.BranchInfo
Enclosing class:
DCRuntime

public static class DCRuntime.BranchInfo
extends Object

Information about a value encountered at a branch.


Field Summary
 String compared_to
          What the value was compared to in the branch
 ValueSource value_source
          the sources of the value
 
Constructor Summary
DCRuntime.BranchInfo(ValueSource value_source, String compared_to)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value_source

public ValueSource value_source
the sources of the value


compared_to

public String compared_to
What the value was compared to in the branch

Constructor Detail

DCRuntime.BranchInfo

public DCRuntime.BranchInfo(ValueSource value_source,
                            String compared_to)
Method Detail

toString

public String toString()
Overrides:
toString in class Object