goog.module('nestedgenericclass.NestedGenericClass.$1E$impl');

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

let NestedGenericClass = goog.forwardDeclare('nestedgenericclass.NestedGenericClass$impl');

/**
 * @final
 * @template S, S_1, T
 */
class $1E extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {!NestedGenericClass<T>} @nodts*/
  this.$outer_this__nestedgenericclass_NestedGenericClass_1E;
 }
 /** @nodts @template S, S_1, T @return {!$1E<S, S_1, T>} */
 static $create__nestedgenericclass_NestedGenericClass(/** !NestedGenericClass<T> */ $outer_this) {
  $1E.$clinit();
  let $instance = new $1E();
  $instance.$ctor__nestedgenericclass_NestedGenericClass_1E__nestedgenericclass_NestedGenericClass__void($outer_this);
  return $instance;
 }
 /** @nodts */
 $ctor__nestedgenericclass_NestedGenericClass_1E__nestedgenericclass_NestedGenericClass__void(/** !NestedGenericClass<T> */ $outer_this) {
  this.$outer_this__nestedgenericclass_NestedGenericClass_1E = $outer_this;
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static $clinit() {
  $1E.$clinit = () =>{};
  $1E.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1E;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($1E, 'nestedgenericclass.NestedGenericClass$1E');

exports = $1E;

//# sourceMappingURL=NestedGenericClass$1E.js.map
