Commit graph

11 commits

Author SHA1 Message Date
Carlos Galindo
96847b7a8a
Visitor: implemented any possible breakStmt 2019-04-04 17:14:14 +02:00
Carlos Galindo
47bff81942
Split methods 2019-04-04 00:51:10 +02:00
Carlos Galindo
5ea988992a
Fixed labels positioning, added flexibility 2019-04-04 00:13:52 +02:00
Carlos Galindo
e77fe8f772
Complete API change 2019-04-04 00:03:12 +02:00
Carlos Galindo
f24b00c255
Changed inner classes to be static 2019-04-03 18:02:26 +02:00
Carlos Galindo
498966d76e
Modified blocks so that the condition is squared and labeled 2019-04-03 18:00:14 +02:00
Carlos Galindo
d7abcb7b55
Boxed up control flow structures and preparation for edge labeling 2019-04-03 17:37:57 +02:00
Carlos Galindo
63c312589a
CFG: improved numbering system and removed connect(int, int) 2019-03-27 11:57:18 +01:00
Carlos Galindo
8b62733a44
CFG: moved to list of tuples to avoid implicit comparisons with .equals() and improved index detection 2019-03-27 00:15:04 +01:00
Carlos Galindo
56c07550f2
Moved from Statement nodes to Node nodes 2019-03-26 22:42:56 +01:00
Carlos Galindo
221c9e6b23
Moved from List<String> to CFG object 2019-03-26 22:25:52 +01:00