dk.brics.string.java
Class HotspotValueBoxPair
java.lang.Object
  
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.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HotspotValueBoxPair
public HotspotValueBoxPair()
HotspotValueBoxPair
public HotspotValueBoxPair(Hotspot hotspot,
                           ValueBox box)
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.