Elsa Ast Type Enumerator

From MozillaWiki
Revision as of 11:08, 23 November 2007 by HTews Olmar bot (talk | contribs) (add supertype link and record info)
Jump to navigation Jump to search

Enumerator is a Ast type node (without any subtype nodes). Enumerator is a record.

Record Data Fields

  • enumerator_loc : sourceLoc
  • enumerator_name : stringRef
  • enumerator_expr : Expression option
  • enumerator_var : Variable
  • enumValue : int32

Subtype Nodes (Subclasses)

Enumerator has no subtype nodes.

Comments

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