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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DAccessorGenerator.java537 protected static boolean canWidenTo(Class type, Class otherType) { argument
551 if (otherType == Boolean.TYPE) {
555 if ( otherType == Byte.TYPE
556 || otherType == Short.TYPE
557 || otherType == Integer.TYPE
558 || otherType == Long.TYPE
559 || otherType == Float.TYPE
560 || otherType == Double.TYPE) {
564 if ( otherType == Short.TYPE
565 || otherType
[all...]

Completed in 31 milliseconds