Searched defs:constructorKind (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/diamond/7030150/
H A DGenericConstructorAndDiamondTest.java156 for (ConstructorKind constructorKind : ConstructorKind.values()) {
162 new GenericConstructorAndDiamondTest(boundKind, constructorKind,
174 ConstructorKind constructorKind; field in class:GenericConstructorAndDiamondTest
183 GenericConstructorAndDiamondTest(BoundKind boundKind, ConstructorKind constructorKind, argument
188 this.constructorKind = constructorKind;
214 replace("#CK", constructorKind.constrStr)
235 boolean badActual = !constructorKind.matches(argumentKind);
237 boolean badArity = constructorKind != ConstructorKind.NON_GENERIC &&
241 boolean badMethodTypeArg = constructorKind !
[all...]

Completed in 30 milliseconds