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

/openjdk7/langtools/test/tools/javac/types/
H A DGenericTypeWellFormednessTest.java50 InstantiableType[] rows;
53 static class InstantiableType { class in class:GenericTypeWellFormednessTest
56 public InstantiableType(Type type) { method in class:GenericTypeWellFormednessTest.InstantiableType
126 InstantiableType[] basicTypes = {
127 new InstantiableType(predef.objectType),
128 new InstantiableType(NumberType()),
129 new InstantiableType(box(predef.intType)),
130 new InstantiableType(box(predef.doubleType)),
131 new InstantiableType(predef.stringType) };
133 InstantiableType[] typeVar
[all...]

Completed in 48 milliseconds