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

/openjdk7/langtools/test/tools/javac/varargs/7042566/
H A DT7042566.java228 List<TypeKind> typeKindList; field in class:T7042566.TypeConfiguration
233 private TypeConfiguration(TypeKind... typeKindList) { argument
234 this.typeKindList = List.from(typeKindList);
243 for (TypeKind tk : typeKindList) {
255 for (TypeKind arg : typeKindList) {
258 if (count == (typeKindList.size() - 1)) {
271 for (TypeKind arg : typeKindList) {
272 if (count == (typeKindList.size() - 1)) {
295 List<TypeKind> actuals = that.typeKindList;
[all...]

Completed in 22 milliseconds