Searched refs:implementsInterface (Results 1 – 8 of 8) sorted by relevance
90 @Override public boolean implementsInterface(@Nonnull String iface) { in implementsInterface() method in ArrayProto131 if (implementsInterface(other.getType())) { in getCommonSuperclass()
45 boolean implementsInterface(@Nonnull String iface); in implementsInterface() method
55 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } in implementsInterface() method in PrimitiveProto
314 public boolean implementsInterface(@Nonnull String iface) { in implementsInterface() method in ClassProto356 if (other.implementsInterface(getType())) { in checkInterface()1003 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1026 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1130 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1153 … if (!existingInterface.implementsInterface(interfaceMethod.getDefiningClass())) {1245 return targetClassProto.implementsInterface(method2.getDefiningClass());
52 @Override public boolean implementsInterface(@Nonnull String iface) { return false; } in implementsInterface() method in UnknownClassProto
1198 return newType.type.implementsInterface(originalType.type.getType());
308 if (!implementsInterface(connectorInterface.connectorElement(), profileConnectorType)) { in validateProfileConnectorInterface()357 if (!implementsInterface(connectorInterface.connectorElement(), userConnectorType)) { in validateUserConnectorInterface()403 if (!implementsInterface(generatedConnector, profileConnectorType)) { in validateGeneratedProfileConnector()435 if (!implementsInterface(generatedConnector, userConnectorType)) { in validateGeneratedUserConnector()449 private boolean implementsInterface(TypeElement type, TypeMirror interfaceType) { in implementsInterface() method in EarlyValidator487 && !implementsInterface(configuration.connector().get(), profileConnectorType)) { in validateConfiguration()554 && !implementsInterface( in validateCrossProfileType()
2023 public boolean implementsInterface(String iface) { in implementsInterface() method in ClassInfo2028 if (clImplements.implementsInterface(iface)) { in implementsInterface()2032 if (mSuperclass != null && mSuperclass.implementsInterface(iface)) { in implementsInterface()2055 return implementsInterface(cl) || extendsClass(cl); in isAssignableTo()2147 if (!cl.implementsInterface(iface.mQualifiedName)) { in isConsistent()2153 if (!implementsInterface(iface.mQualifiedName)) { in isConsistent()