tools.disassembly
Class HotLabel

java.lang.Object
  extended by tools.disassembly.HotLabel

public class HotLabel
extends java.lang.Object

This class holds the data for a hot-spot in a disassembly file. This assigns a label to an address and notes whether the label should be used in place of the address in the code.


Field Summary
 int address
           
 java.lang.String label
           
 boolean tag
           
 
Constructor Summary
HotLabel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public int address

label

public java.lang.String label

tag

public boolean tag
Constructor Detail

HotLabel

public HotLabel()