Page MenuHomePhabricator

Need a way to retrieve fully qualified class name
Closed, WontfixPublic

Description

In XHPAST, it is difficult to determine the fully qualified class name from a node of type n_CLASS_DECLARATION. We could possibly make this easier by attaching the namespace node to the class declaration node in some sort of "scoping".

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: XHPAST.
joshuaspence added a subscriber: joshuaspence.

I considered putting a getClassName() method on the XHPASTNode class, but I'm not entirely convinced that this is a good idea.

epriestley claimed this task.
epriestley added a subscriber: epriestley.

No longer clear what this accomplishes.