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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayTypeImpl.java110 static boolean isComponentAssignable(Type destination, Type source) { method in class:ArrayTypeImpl
137 return isComponentAssignable(destComponentType, componentType());
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayTypeImpl.java109 static boolean isComponentAssignable(Type destination, Type source) { method in class:ArrayTypeImpl
135 return isComponentAssignable(destComponentType, componentType());
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java283 static boolean isComponentAssignable(Type fromType, Type toType) { method in class:LValue
301 return isComponentAssignable(fromType.componentType(), toComponentType);

Completed in 32 milliseconds