Searched refs:otherType (Results 1 - 3 of 3) 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...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java631 Type otherType = other.getClassDeclaration().getType();
632 boolean result = isMoreSpecific(bestType, otherType)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java810 short otherType = other.getNodeType();
815 otherType == Node.ENTITY_NODE ||
816 otherType == Node.NOTATION_NODE ) {

Completed in 38 milliseconds