Skip to content

Added output node to method declaration + changed return to output

Carlos Galindo requested to merge 35-return-node into develop

Created by: jacosro

Changes

  • Renamed NodeType: METHOD_CALL_RETURN -> METHOD_OUTPUT
  • In each method declaration, an output node is added, and a return arc is added from every node with a ReturnStmt to it
  • Renamed return node to output

Merge request reports