Elsa Ast Type ATY Enum

From MozillaWiki
Jump to: navigation, search

ATY_Enum (original Elsa name: EnumType) is a Ast subtype node belonging to AtomicType. ATY_Enum is a record.

Record Data Fields

  • enum_type_name : stringRef option
  • enum_type_var : Variable option
  • enum_type_access : accessKeyword
  • valueIndex : EnumValue list
  • hasNegativeValues : bool

Comments

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