public class DfaInstructionState extends java.lang.Object implements java.lang.Comparable<DfaInstructionState>
| Modifier and Type | Field and Description |
|---|---|
static DfaInstructionState[] |
EMPTY_ARRAY |
| Constructor and Description |
|---|
DfaInstructionState(Instruction myInstruction,
DfaMemoryState myBeforeMemoryState) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DfaInstructionState o) |
Instruction |
getInstruction() |
DfaMemoryState |
getMemoryState() |
java.lang.String |
toString() |
public static final DfaInstructionState[] EMPTY_ARRAY
public DfaInstructionState(Instruction myInstruction, DfaMemoryState myBeforeMemoryState)
public Instruction getInstruction()
public DfaMemoryState getMemoryState()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(DfaInstructionState o)
compareTo in interface java.lang.Comparable<DfaInstructionState>