OptionalalivereachableNodes - for the vertices themselves
The CFG attached to the search, extracted using extractCfg.
OptionalreachableThe set of all nodes that are reachable from the root of the CFG, extracted using visitCfgInOrder. Only has a value if CfgInformationArguments.checkReachable was true.
The nodes the control flow reaches, together with the syntax that holds them. Only has a value if CfgInformationArguments.checkReachable was true.