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

/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java134 String[] cnames; field in class:T7003595
136 T7003595(ClassKind[] cks, String[] cnames) { argument
138 this.cnames = cnames;
154 String filename = cks[i].getClassfileName(cnames, cks, i);
175 expectedInnerSig.add(cks[i + 1].getClassfileName(cnames, cks, i + 1));
179 expectedInnerSig.add(cks[j].getClassfileName(cnames, cks, j));
183 throw new Error("InnerClasses attribute for " + cnames[i] + " has wrong size\n" +
191 throw new Error("InnerClasses attribute for " + cnames[i] + " has unexpected signature: " +
198 throw new Error("InnerClasses attribute for " + cnames[
[all...]

Completed in 254 milliseconds