kw_ENUMERATED
%token kw_ENUMERATED
EnumeratedType : kw_ENUMERATED '{' Enumerations '}'
{ return kw_ENUMERATED; }