I need to retrieve all variable declarations in a method body, which is probably a common scope graph query in the compilation of programming languages such as Java.

The current NaBL2 API provides a strategy to retrieve all declarations in a given scope, but lacks any strategy to access subscopes and its declarations.

Submitted by Guido Wachsmuth on 6 March 2017 at 15:55

Log in to post comments