declarationPath property

String? declarationPath
final

Where in the program the node lives, e.g. ASTRoot > class Foo > bar.

Implementation

final String? declarationPath;