912913914915916917918919920921922
while ( input.LA( 1 ) == DRLLexer.AT ) { // annotation* annotation( field ); if ( state.failed ) return; } field.processAnnotations(); if ( input.LA( 1 ) == DRLLexer.SEMICOLON ) { match( input, DRLLexer.SEMICOLON, null,
526527528529530531532533534535536
911912913914915916917918919920921
528529530531532533534535536537538
649650651652653654655656657658659
833834835836837838839840841842843
545546547548549550551552553554555
710711712713714715716717718719720
843844845846847848849850851852853
while ( input.LA( 1 ) == DRL6Lexer.AT ) { // annotation* annotation( field ); if ( state.failed ) return; } field.processAnnotations(); if ( input.LA( 1 ) == DRL6Lexer.SEMICOLON ) { match( input, DRL6Lexer.SEMICOLON, null,