Expression Handler
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.