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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java1804 return arraySuperType();
2889 // arraySuperType unless all the types are the
2895 return arraySuperType();
2934 List<Type> classes = List.of(arraySuperType());
2939 // lub(A, B[]) is lub(A, arraySuperType)
2956 private Type arraySuperType = null; field in class:Types
2957 private Type arraySuperType() { method in class:Types
2959 if (arraySuperType == null) {
2961 if (arraySuperType == null) {
2963 arraySuperType
[all...]

Completed in 54 milliseconds