Page MenuHomePhabricator

Mark some AAST methods as final
ClosedPublic

Authored by joshuaspence on Apr 5 2015, 10:23 AM.
Tags
None
Referenced Files
F13173809: D12292.id29495.diff
Tue, May 7, 9:04 PM
F13173808: D12292.id29521.diff
Tue, May 7, 9:04 PM
Unknown Object (File)
Thu, Apr 11, 6:13 PM
Unknown Object (File)
Apr 2 2024, 11:29 PM
Unknown Object (File)
Feb 21 2024, 10:49 PM
Unknown Object (File)
Feb 5 2024, 8:25 PM
Unknown Object (File)
Jan 25 2024, 7:13 PM
Unknown Object (File)
Jan 25 2024, 7:13 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.