goog.module('jstypeinnerclasswithnamespace.JsTypeInnerClassWithNamespace$impl');

const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');

/**
 * @final
 */
class JsTypeInnerClassWithNamespace extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!JsTypeInnerClassWithNamespace} */
 static $create__() {
  JsTypeInnerClassWithNamespace.$clinit();
  let $instance = new JsTypeInnerClassWithNamespace();
  $instance.$ctor__jstypeinnerclasswithnamespace_JsTypeInnerClassWithNamespace__void();
  return $instance;
 }
 /** @nodts */
 $ctor__jstypeinnerclasswithnamespace_JsTypeInnerClassWithNamespace__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  JsTypeInnerClassWithNamespace.$clinit = () =>{};
  JsTypeInnerClassWithNamespace.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof JsTypeInnerClassWithNamespace;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata(JsTypeInnerClassWithNamespace, 'jstypeinnerclasswithnamespace.JsTypeInnerClassWithNamespace');

exports = JsTypeInnerClassWithNamespace;

//# sourceMappingURL=JsTypeInnerClassWithNamespace.js.map
