public static final class Executor.Status
extends java.lang.Object
Executor.Status
class describes the execution status. It specifies the point
where execution was stopped and the reason why it was stopped.Modifier and Type | Method and Description |
---|---|
long |
getAddress() |
LabelReference |
getLabelReference() |
boolean |
isAddress() |
boolean |
isLabelReference() |
static Executor.Status |
newAddress(long address) |
static Executor.Status |
newLabelReference(LabelReference labelReference) |
java.lang.String |
toString() |
public static Executor.Status newAddress(long address)
public static Executor.Status newLabelReference(LabelReference labelReference)
public boolean isAddress()
public boolean isLabelReference()
public final long getAddress()
public LabelReference getLabelReference()
public java.lang.String toString()
toString
in class java.lang.Object