public StructInitializer parseStructInitializer()
Parses an StructInitializer
structInitializer:
   '{' structMemberInitializers? '}'
   ;