ExpressionHandler
Note: CDT expresses hierarchies in Interfaces to allow to have multi-inheritance in java. Because some Expressions have sub elements of type IASTInitializerClause and in the hierarchy IASTExpression extends IASTInitializerClause. The later is the appropriate Interface type for the 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