Elsa Ast Type E keywordCast

From MozillaWiki
Jump to: navigation, search

E_keywordCast is a Ast subtype node belonging to Expression. E_keywordCast is a record.

Record Data Fields

Comments

Please make your modifications only below, because the content above will be regenerated automatically from time to time.


The keyword_cast_ctype field contains the target type of the cast as in the source code. The keyword_cast_type field is the same, but (apparently) normalized, with typedef's expanded.

The normalized source type is available in the type field of keyword_cast_expr.

The declared or original source type (without typedef's expanded) seems not to be present in the ast.