Subgraph Walker
Helper class for graph walking: Walking through ast-, cfg-, ...- edges
Types
Link copied to clipboard
Link copied to clipboard
Handles declaration scope monitoring for iterative traversals.
Functions
Link copied to clipboard
Flattens the tree, starting at Node n into a list.
Link copied to clipboard
Retrieves a list of AST children of the specified node by iterating all fields that are annotated with the SubGraph annotation and its value "AST".
Link copied to clipboard
Function returns two lists in a list.
Link copied to clipboard