dk.brics.string.java
Class HotspotValueBoxPair

java.lang.Object
  extended by dk.brics.string.java.HotspotValueBoxPair

public class HotspotValueBoxPair
extends Object

Contains a Hotspot statement and the ValueBox holding the expression that was originally marked as the hotspot.


Constructor Summary
HotspotValueBoxPair()
           
HotspotValueBoxPair(Hotspot hotspot, ValueBox box)
           
 
Method Summary
 ValueBox getBox()
           
 Hotspot getHotspot()
           
 void setBox(ValueBox box)
           
 void setHotspot(Hotspot hotspot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotspotValueBoxPair

public HotspotValueBoxPair()

HotspotValueBoxPair

public HotspotValueBoxPair(Hotspot hotspot,
                           ValueBox box)
Method Detail

getBox

public ValueBox getBox()

getHotspot

public Hotspot getHotspot()

setBox

public void setBox(ValueBox box)

setHotspot

public void setHotspot(Hotspot hotspot)


Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.