addInstruction method
Adds an instruction to this block.
Implementation
void addInstruction(Instruction instruction) {
instructions.add(instruction);
}
Adds an instruction to this block.
void addInstruction(Instruction instruction) {
instructions.add(instruction);
}