mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
![]() Previously almost all fields were public and were directly accessed by the Parser and CppComprehensionEngine. This commit makes all fields of AST node types private. They are now accessed via getters & setters. |
||
---|---|---|
.. | ||
Tests | ||
ClientConnection.h | ||
CMakeLists.txt | ||
CppComprehensionEngine.cpp | ||
CppComprehensionEngine.h | ||
main.cpp | ||
Tests.cpp | ||
Tests.h |