goog.module('staticnestedclass.StaticNestedClassParent.StaticNestedClass.Companion$impl');

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

let StaticNestedClass = goog.forwardDeclare('staticnestedclass.StaticNestedClassParent.StaticNestedClass$impl');

/**
 * @final
 */
class Companion extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!Companion} */
 static $create__() {
  let $instance = new Companion();
  $instance.$ctor__staticnestedclass_StaticNestedClassParent_StaticNestedClass_Companion__void();
  return $instance;
 }
 /** @nodts */
 $ctor__staticnestedclass_StaticNestedClassParent_StaticNestedClass_Companion__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @final @nodts */
 m_foo__void() {
  StaticNestedClass.m_foo__void();
 }
 /** @nodts @return {!Companion} */
 static get f_Companion__staticnestedclass_StaticNestedClassParent_StaticNestedClass_Companion() {
  return (Companion.$clinit(), Companion.$static_Companion__staticnestedclass_StaticNestedClassParent_StaticNestedClass_Companion);
 }
 /** @nodts */
 static $clinit() {
  Companion.$clinit = () =>{};
  Companion.$loadModules();
  j_l_Object.$clinit();
  Companion.$static_Companion__staticnestedclass_StaticNestedClassParent_StaticNestedClass_Companion = Companion.$create__();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof Companion;
 }
 
 /** @nodts */
 static $loadModules() {
  StaticNestedClass = goog.module.get('staticnestedclass.StaticNestedClassParent.StaticNestedClass$impl');
 }
}
/**@private {!Companion} @nodts*/
Companion.$static_Companion__staticnestedclass_StaticNestedClassParent_StaticNestedClass_Companion;
$Util.$setClassMetadata(Companion, 'staticnestedclass.StaticNestedClassParent$StaticNestedClass$Companion');

exports = Companion;

//# sourceMappingURL=StaticNestedClassParent$StaticNestedClass$Companion.js.map
