Elsa Ast Type Enumerator

From MozillaWiki
Revision as of 20:46, 22 November 2007 by HTews Olmar bot (talk | contribs) (update to olmar v2)
Jump to navigation Jump to search

Enumerator is a Ast super type node.

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.