910911912913914915916917918919920
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,
915916917918919920921922923924925
527528529530531532533534535536537
843844845846847848849850851852853
while ( input.LA( 1 ) == DRL5Lexer.AT ) { // annotation* annotation( field ); if ( state.failed ) return; } field.processAnnotations(); if ( input.LA( 1 ) == DRL5Lexer.SEMICOLON ) { match( input, DRL5Lexer.SEMICOLON, null,
833834835836837838839840841842843
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,