instructions property
List of program instructions that will be executed in sequence and committed in one atomic transaction if all succeed.
Implementation
final List<Instruction> instructions;
List of program instructions that will be executed in sequence and committed in one atomic transaction if all succeed.
final List<Instruction> instructions;