ast_path


Description:

public string ast_path { get; set; }

AST path representing the hierarchical location of the element. Format: namespace-class-method or namespace-function etc. (using '-' separator). Empty string for file elements (files don't have AST paths). Stored in database for search and navigation.