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

/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java343 "synpred200_Java", "synpred165_Java", "relationalExpression", "annotationTypeBody",
6567 // src/com/google/doclava/parser/Java.g:754:1: annotationTypeDeclaration : modifiers '@' 'interface' IDENTIFIER annotationTypeBody ;
6577 // src/com/google/doclava/parser/Java.g:758:5: ( modifiers '@' 'interface' IDENTIFIER annotationTypeBody )
6580 // src/com/google/doclava/parser/Java.g:758:9: modifiers '@' 'interface' IDENTIFIER annotationTypeBody
6596 annotationTypeBody();
6625 // $ANTLR start "annotationTypeBody"
6626 // src/com/google/doclava/parser/Java.g:765:1: annotationTypeBody : '{' ( annotationTypeElementDeclaration )* '}' ;
6627 public final void annotationTypeBody() throws RecognitionException { method in class:JavaParser
6629 try { dbg.enterRule(getGrammarFileName(), "annotationTypeBody");
6700 dbg.exitRule(getGrammarFileName(), "annotationTypeBody");
[all...]

Completed in 74 milliseconds