DeclaratorHandler
Takes care of translating a declarator into a Declaration.
See DeclarationHandler for a detailed explanation, why this is split into a dedicated handler.
Functions
Link copied to clipboard
We intentionally override the logic of Handler.handle because we do not want the map-based logic, but rather want to make use of the Kotlin-when syntax.
Link copied to clipboard
Link copied to clipboard