public nothrow | MachineInstruction(int opCode_) |
public nothrow void | AddOperand(Operand* operand) |
public nothrow void | Print(CodeFormatter& formatter, int labelWidth) |
public nothrow void | SetLabel(const String<char>& label_) |
private String<char> | label |
private int | opCode |
private List<Operand*> | operands |