Searched refs:explicitConstructorInvocation (Results 1 - 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java126 * "methodBody". constructorBody starts with explicitConstructorInvocation,
127 * then goes on to blockStatement*. Pulling explicitConstructorInvocation
153 * is only used in explicitConstructorInvocation at the beginning of a
157 * explicitConstructorInvocation).
333 "synpred12_Java", "synpred74_Java", "explicitConstructorInvocation",
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 | ';' ) );
3338 // src/com/google/doclava/parser/Java.g:511:5: ( modifiers ( typeParameters )? IDENTIFIER formalParameters ( 'throws' qualifiedNameList )? '{' ( explicitConstructorInvocation )? ( blockStatement )* '}' | modifiers ( typeParameters )? ( type | 'void' ) IDENTIFIER formalParameters ( '[' ']' )* ( 'throws' qualifiedNameList )? ( block | ';' ) )
3356 // src/com/google/doclava/parser/Java.g:513:10: modifiers ( typeParameters )? IDENTIFIER formalParameters ( 'throws' qualifiedNameList )? '{' ( explicitConstructorInvocation )? ( blockStatement )* '}'
3441 // src/com/google/doclava/parser/Java.g:521:9: ( explicitConstructorInvocation )?
3460 // src/com/google/doclava/parser/Java.g:521:10: explicitConstructorInvocation
5665 public final void explicitConstructorInvocation() throws RecognitionException { method in class:JavaParser
[all...]

Completed in 286 milliseconds