Home
last modified time | relevance | path

Searched refs:isSupertypeOf (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/ridljar/test/com/sun/star/uno/
H A DType_Test.java95 assure("LONG :> LONG", Type.LONG.isSupertypeOf(Type.LONG)); in testIsSupertypeOf()
96 assure("not ANY :> XInterface", !Type.ANY.isSupertypeOf(ifc)); in testIsSupertypeOf()
97 assure("ANY :> ANY", Type.ANY.isSupertypeOf(Type.ANY)); in testIsSupertypeOf()
98 assure("not ANY :> LONG", !Type.ANY.isSupertypeOf(Type.LONG)); in testIsSupertypeOf()
99 assure("not XInterface :> ANY", !ifc.isSupertypeOf(Type.ANY)); in testIsSupertypeOf()
100 assure("XInterface :> XInterface", ifc.isSupertypeOf(ifc)); in testIsSupertypeOf()
101 assure("XInterface :> XComponentContext", ifc.isSupertypeOf(ctx)); in testIsSupertypeOf()
102 assure("not XComponentContext :> XInterface", !ctx.isSupertypeOf(ifc)); in testIsSupertypeOf()
104 ctx.isSupertypeOf(ctx)); in testIsSupertypeOf()
105 assure("not XInterface :> RuntimeException", !ifc.isSupertypeOf(exc)); in testIsSupertypeOf()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java774 if (new Type(UnknownPropertyException.class).isSupertypeOf( in setProperty()
779 } else if (new Type(PropertyVetoException.class).isSupertypeOf( in setProperty()
815 if (new Type(UnknownPropertyException.class).isSupertypeOf( in getProperty()
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java255 if (type.isSupertypeOf(l2.type)) { in find()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java548 if (destType.isSupertypeOf(type)) { in convertSimple()
/aoo4110/main/ridljar/com/sun/star/uno/
H A DType.java391 public boolean isSupertypeOf(Type type) { in isSupertypeOf() method in Type
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java233 if (type.isSupertypeOf(rh.getType())) { in hasRefHolder()

Completed in 38 milliseconds