public static final class LabelManager.Target
extends java.lang.Object
LabelManager.Target class stores information about the target the specified label points to.
It associates a label with an address where an instruction is located.public Label getLabel()
public long getAddress()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object