1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 11:34:59 +00:00
serenity/Userland/Libraries/LibIDL
Sam Atkins a6f0508f9f BindingsGenerator+LibIDL: Parse "inherit" attributes
An "inherit attribute" calls an ancestor's getter with the same name,
but defines its own setter. Since a parent class's public methods are
exposed to child classes, we don't have to do any special handling here
to call the parent's methods, it just works. :^)
2022-10-06 21:45:07 +01:00
..
CMakeLists.txt LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes 2022-09-17 21:27:17 +02:00
IDLParser.cpp BindingsGenerator+LibIDL: Parse "inherit" attributes 2022-10-06 21:45:07 +01:00
IDLParser.h LibIDL+WrapperGenerator: Move IDL code into a library 2022-09-17 21:27:17 +02:00
Types.cpp LibIDL: Implement EffectiveOverloadSet 2022-09-17 21:27:17 +02:00
Types.h BindingsGenerator+LibIDL: Parse "inherit" attributes 2022-10-06 21:45:07 +01:00