Searched refs:isSupertypeOf (Results 1 – 6 of 6) sorted by relevance
94 assertTrue("LONG :> LONG", Type.LONG.isSupertypeOf(Type.LONG)); in testIsSupertypeOf()95 assertTrue("not ANY :> XInterface", !Type.ANY.isSupertypeOf(ifc)); in testIsSupertypeOf()96 assertTrue("ANY :> ANY", Type.ANY.isSupertypeOf(Type.ANY)); in testIsSupertypeOf()97 assertTrue("not ANY :> LONG", !Type.ANY.isSupertypeOf(Type.LONG)); in testIsSupertypeOf()98 assertTrue("not XInterface :> ANY", !ifc.isSupertypeOf(Type.ANY)); in testIsSupertypeOf()99 assertTrue("XInterface :> XInterface", ifc.isSupertypeOf(ifc)); in testIsSupertypeOf()100 assertTrue("XInterface :> XComponentContext", ifc.isSupertypeOf(ctx)); in testIsSupertypeOf()101 assertTrue("not XComponentContext :> XInterface", !ctx.isSupertypeOf(ifc)); in testIsSupertypeOf()103 ctx.isSupertypeOf(ctx)); in testIsSupertypeOf()104 assertTrue("not XInterface :> RuntimeException", !ifc.isSupertypeOf(exc)); in testIsSupertypeOf()
774 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()
255 if (type.isSupertypeOf(l2.type)) { in find()
549 if (destType.isSupertypeOf(type)) { in convertSimple()
391 public boolean isSupertypeOf(Type type) { in isSupertypeOf() method in Type
233 if (type.isSupertypeOf(rh.getType())) { in hasRefHolder()