public class AssignInstruction extends Instruction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INSTRUCTION |
NOOP_INSTRUCTION
Constructor and Description |
---|
AssignInstruction(java.lang.String id,
java.lang.String symbolName,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
protected InstructionResult |
executeInternal(InstructionExecutor executor) |
int |
hashCode() |
java.lang.String |
toString() |
execute, getId
public static final java.lang.String INSTRUCTION
public AssignInstruction(java.lang.String id, java.lang.String symbolName, java.lang.Object value)
protected InstructionResult executeInternal(InstructionExecutor executor) throws SlimException
executeInternal
in class Instruction
SlimException
public java.lang.String toString()
toString
in class Instruction
public boolean equals(java.lang.Object o)
equals
in class Instruction
public int hashCode()
hashCode
in class Instruction