mistupv / JavaSlicer

A program slicer for Java, based on the system dependence graph (SDG).
https://mist.dsic.upv.es/JavaSlicer/demo/
GNU Affero General Public License v3.0
52 stars 18 forks source link

Support subtypes for node types #39

Closed jacosro closed 4 years ago

jacosro commented 4 years ago

Represent METHOD_CALL_RETURN and METHOD_OUTPUT node types as subtypes of ACTUAL_OUT and FORMAL_OUT, respectively