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.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getAddress() |
Label |
getLabel() |
int |
hashCode() |
java.lang.String |
toString() |
public Label getLabel()
public long getAddress()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object