Home
last modified time | relevance | path

Searched refs:FOLLOW_IDENTIFIER_in_importDeclaration299 (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/parser/
DJavaParser.java932 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_importDeclaration299); if (state.failed) return ; in importDeclaration()
20004 …public static final BitSet FOLLOW_IDENTIFIER_in_importDeclaration299 = new BitSet(new long[]{0x000… field in JavaParser