Package ru.ispras.microtesk.test
Class Executor.Status
- java.lang.Object
-
- ru.ispras.microtesk.test.Executor.Status
-
- Enclosing class:
- Executor
public static final class Executor.Status extends java.lang.Object
TheExecutor.Status
class describes the execution status. It specifies the point where execution was stopped and the reason why it was stopped.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAddress()
LabelReference
getLabelReference()
boolean
isLabelReference()
static Executor.Status
newAddress(long address)
static Executor.Status
newUndefinedLabel(long address, LabelReference labelReference)
java.lang.String
toString()
-
-
-
Method Detail
-
newAddress
public static Executor.Status newAddress(long address)
-
newUndefinedLabel
public static Executor.Status newUndefinedLabel(long address, LabelReference labelReference)
-
getAddress
public final long getAddress()
-
isLabelReference
public boolean isLabelReference()
-
getLabelReference
public LabelReference getLabelReference()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-