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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java249 INTERSECTION("where.description.intersection"); enum constant in enum:RichDiagnosticFormatter.WhereClauseKind
363 indexOf(t, WhereClauseKind.INTERSECTION));
508 if (indexOf(t, WhereClauseKind.INTERSECTION) == -1) {
512 whereClauses.get(WhereClauseKind.INTERSECTION).put(t, d);

Completed in 31 milliseconds