localEdges

A list of local variables associated to this statement, defined by their [ ] extracted from Block because for, while, if, switch can declare locals in their condition or initializers.

TODO: This is actually an AST node just for a subset of nodes, i.e. initializers in for-loops