dk.brics.string.java
Class HotspotInfo

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

public class HotspotInfo
extends Object

Contains a Hotspot statement and information about which jimple-expression, Java source file, class, method, and line number it was originally defined at.


Constructor Summary
HotspotInfo(Hotspot statement, ValueBox box)
           
 
Method Summary
 ValueBox getBox()
           
 String getClassName()
           
 int getLineNumber()
           
 String getMethodName()
           
 String getSourcefile()
           
 Hotspot getStatement()
           
 void setBox(ValueBox box)
           
 void setClassName(String className)
           
 void setLineNumber(int lineNumber)
           
 void setMethodName(String methodName)
           
 void setSourcefile(String sourcefile)
           
 void setStatement(Hotspot statement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotspotInfo

public HotspotInfo(Hotspot statement,
                   ValueBox box)
Method Detail

getBox

public ValueBox getBox()

getClassName

public String getClassName()

getLineNumber

public int getLineNumber()

getMethodName

public String getMethodName()

getSourcefile

public String getSourcefile()

getStatement

public Hotspot getStatement()

setBox

public void setBox(ValueBox box)

setClassName

public void setClassName(String className)

setLineNumber

public void setLineNumber(int lineNumber)

setMethodName

public void setMethodName(String methodName)

setSourcefile

public void setSourcefile(String sourcefile)

setStatement

public void setStatement(Hotspot statement)


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