public static class Execode.Instruction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Execode.Constant |
constant |
int |
id |
Execode.EInstruction |
instr |
Execode.EOperand |
operand |
java.lang.String |
text
It is especially for debugging.
|
Constructor and Description |
---|
Instruction(Execode.EInstruction instr) |
Instruction(Execode.EInstruction instr,
int id,
java.lang.String name) |
Instruction(Execode.EInstruction instr,
java.lang.String constant) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final Execode.EInstruction instr
public final int id
public final Execode.Constant constant
public final Execode.EOperand operand
public final java.lang.String text
public Instruction(Execode.EInstruction instr, java.lang.String constant)
public Instruction(Execode.EInstruction instr)
public Instruction(Execode.EInstruction instr, int id, java.lang.String name)
instr
- id
- The identifiation / index of the variable in the users data.name
- The name of the variable to show and use for textual presentation