| suppress | Instruction(Instruction&&) |
| suppress | Instruction(const Instruction&) |
| public nothrow | Instruction(const Span& span_, Node* label_, OpCode* opCode_, OperandList* operandList_) |
| public override void | Accept(Visitor& visitor) |
| suppress void | operator=(Instruction&&) |
| suppress void | operator=(const Instruction&) |
| public UniquePtr<Node> | label |
| public UniquePtr<OpCode> | opCode |
| public UniquePtr<OperandList> | operandList |