Elsa Ast Type E floatLit

From MozillaWiki
Jump to: navigation, search

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

Record Data Fields

  • float_lit_type : CType option
  • float_lit_text : stringRef
  • float_lit_val : double

Comments

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