Lines Matching refs:methodDeclaration

121  *      Added "memberDeclaration" which rewrites to methodDeclaration or
383 "methodDeclaration", "synpred62_Java", "synpred110_Java", "classHeader",
3222 // src/com/google/doclava/parser/Java.g:502:1: memberDecl : ( fieldDeclaration | methodDeclaration | classDeclaration | interfaceDeclaration );
3232 // src/com/google/doclava/parser/Java.g:503:5: ( fieldDeclaration | methodDeclaration | classDeclaration | interfaceDeclaration )
3264 // src/com/google/doclava/parser/Java.g:504:10: methodDeclaration
3268 methodDeclaration();
3327 // $ANTLR start "methodDeclaration"
3328 // src/com/google/doclava/parser/Java.g:510:1: methodDeclaration : ( modifiers ( typeParameters )? IDENTIFIER formalParameters ( 'throws' qualifiedNameList )? '{' ( explicitConstructorInvocation )? ( blockStatement )* '}' | modifiers ( typeParameters )? ( type | 'void' ) IDENTIFIER formalParameters ( '[' ']' )* ( 'throws' qualifiedNameList )? ( block | ';' ) );
3329 public final void methodDeclaration() throws RecognitionException {
3331 try { dbg.enterRule(getGrammarFileName(), "methodDeclaration");
3766 dbg.exitRule(getGrammarFileName(), "methodDeclaration");
3773 // $ANTLR end "methodDeclaration"
14041 // src/com/google/doclava/parser/Java.g:504:10: ( methodDeclaration )
14044 // src/com/google/doclava/parser/Java.g:504:10: methodDeclaration
14048 methodDeclaration();
16981 return "502:1: memberDecl : ( fieldDeclaration | methodDeclaration | classDeclaration | interfaceDeclaration );";
17323 return "510:1: methodDeclaration : ( modifiers ( typeParameters )? IDENTIFIER formalParameters ( 'throws' qualifiedNameList )? '{' ( explicitConstructorInvocation )? ( blockStatement )* '}' | modifiers ( typeParameters )? ( type | 'void' ) IDENTIFIER formalParameters ( '[' ']' )* ( 'throws' qualifiedNameList )? ( block | ';' ) );";