goog.module('jsdoctypemappings.JsDocTypeMappings.ExportedTypeNewName$impl');

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

let JsDocTypeMappings = goog.forwardDeclare('jsdoctypemappings.JsDocTypeMappings$impl');

/**
 * @final
 */
class ExportedType extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {!JsDocTypeMappings} @nodts*/
  this.$outer_this__jsdoctypemappings_JsDocTypeMappings_ExportedType;
 }
 /** @nodts @return {!ExportedType} */
 static $create__jsdoctypemappings_JsDocTypeMappings(/** !JsDocTypeMappings */ $outer_this) {
  ExportedType.$clinit();
  let $instance = new ExportedType();
  $instance.$ctor__jsdoctypemappings_JsDocTypeMappings_ExportedType__jsdoctypemappings_JsDocTypeMappings__void($outer_this);
  return $instance;
 }
 /** @nodts */
 $ctor__jsdoctypemappings_JsDocTypeMappings_ExportedType__jsdoctypemappings_JsDocTypeMappings__void(/** !JsDocTypeMappings */ $outer_this) {
  this.$outer_this__jsdoctypemappings_JsDocTypeMappings_ExportedType = $outer_this;
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  ExportedType.$clinit = () =>{};
  ExportedType.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof ExportedType;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata(ExportedType, 'jsdoctypemappings.JsDocTypeMappings$ExportedType');

exports = ExportedType;

//# sourceMappingURL=JsDocTypeMappings$ExportedType.js.map
