Page MenuHomePhabricator

Mark some AAST methods as final
ClosedPublic

Authored by joshuaspence on Apr 5 2015, 10:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 17, 1:37 AM
Unknown Object (File)
Sat, Jun 6, 9:54 PM
Unknown Object (File)
Sat, Jun 6, 8:18 AM
Unknown Object (File)
Sat, Jun 6, 2:44 AM
Unknown Object (File)
Wed, Jun 3, 11:16 PM
Unknown Object (File)
Jun 2 2026, 12:01 AM
Unknown Object (File)
Mar 29 2026, 10:33 AM
Unknown Object (File)
Feb 15 2026, 9:03 PM
Subscribers

Details

Summary

Self-explanatory. I don't think any subclasses should reasonably override these methods.

Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Mark some AAST methods as final.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/parser/xhpast/api/XHPASTNode.php
233–235

This has no callsites?

This revision is now accepted and ready to land.Apr 5 2015, 12:15 PM
src/parser/xhpast/api/XHPASTNode.php
233–235

This method is identical to the implementation in AASTNode.

This revision was automatically updated to reflect the committed changes.