RetStmt represents the ret opcode which returns from a subroutine.
Recall that when a subroutine returns, the ret opcode's argument
specifies a local variable that stores the return address of
Constructor.
Parameters: sub - The subroutine in which the return statement resides. That is,from where the program control is returning. See Also:Tree.addInstruction(InstructionSubroutine)