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

/openjdk7/langtools/test/tools/javac/varargs/7043922/
H A DT7043922.java47 ConstructorKind[] constructorKinds; field in class:T7043922
49 T7043922(ClassKind[] classKinds, ConstructorKind[] constructorKinds) { argument
51 this.constructorKinds = constructorKinds;
93 replaceAll("#K" + i, classKinds[i].getConstructor("A" + i, constructorKinds[i])).
94 replaceAll("#V" + i, constructorKinds[i].constrArgs);

Completed in 28 milliseconds