{
// Haxe.g:380:53: ^( BLOCK_SCOPE[$LBRACE, $RBRACE] ( enumValueDecl )* )
{
Object root_1 = (Object)adaptor.nil();
root_1 = (Object)adaptor.becomeRoot(
new BlockScope(BLOCK_SCOPE, LBRACE283, RBRACE285)
, root_1);
// Haxe.g:380:97: ( enumValueDecl )*
while ( stream_enumValueDecl.hasNext() ) {
adaptor.addChild(root_1, stream_enumValueDecl.nextTree());