Added output node to method declaration + changed return to output
Created by: jacosro
Changes
- Renamed
NodeType
:METHOD_CALL_RETURN
->METHOD_OUTPUT
- In each method declaration, an
output
node is added, and areturn
arc is added from every node with aReturnStmt
to it - Renamed
return
node tooutput