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

/openjdk7/langtools/test/tools/javac/generics/diamond/7046778/
H A DDiamondAndInnerClassTest.java48 DIAMOND("<>"); enum constant in enum:DiamondAndInnerClassTest.TypeArgumentKind
169 if (taDecl1 == TypeArgumentKind.DIAMOND) continue;
173 if (taSite1 == TypeArgumentKind.DIAMOND &&
186 if (taDecl2 == TypeArgumentKind.DIAMOND) continue;
191 if (taSite2 == TypeArgumentKind.DIAMOND &&
205 if (taDecl3 == TypeArgumentKind.DIAMOND) continue;
210 if (taSite3 == TypeArgumentKind.DIAMOND &&
304 expectedArgKinds[i] = siteTypeArgumentKinds[i] == TypeArgumentKind.DIAMOND ?
/openjdk7/langtools/test/tools/javac/generics/diamond/7030687/
H A DParserTest.java45 DIAMOND("<>"); enum constant in enum:ParserTest.TypeArgumentKind
151 if (typeArgumentKinds[i] == TypeArgumentKind.DIAMOND) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java171 static final int DIAMOND = 0x10; field in class:JavacParser
1265 mode |= DIAMOND;
1412 diamondFound = (mode & DIAMOND) != 0;
1426 diamondFound = (mode & DIAMOND) != 0;

Completed in 950 milliseconds