goog.module('nativejstypes.ReferencedPrivateMethods.NativeReferencedPrivateMethods.Companion$impl');

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

let NativeReferencedPrivateMethods = goog.forwardDeclare('nativejstypes.NativeReferencedPrivateMethods');
let $Overlay = goog.forwardDeclare('nativejstypes.ReferencedPrivateMethods.NativeReferencedPrivateMethods.$Overlay$impl');

/**
 * @final
 */
class Companion extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!Companion} */
 static $create__() {
  let $instance = new Companion();
  $instance.$ctor__nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion__void();
  return $instance;
 }
 /** @nodts */
 $ctor__nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @final @nodts @return {number} */
 m_getStatic__int_$p_nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion() {
  return NativeReferencedPrivateMethods.getStatic();
 }
 /** @final @nodts @return {number} */
 m_getInstance__int() {
  return $Overlay.m_getInstance__int();
 }
 /** @nodts @return {!Companion} */
 static get f_Companion__nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion() {
  return (Companion.$clinit(), Companion.$static_Companion__nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion);
 }
 /** @nodts */
 static $clinit() {
  Companion.$clinit = () =>{};
  Companion.$loadModules();
  j_l_Object.$clinit();
  Companion.$static_Companion__nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion = Companion.$create__();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof Companion;
 }
 
 /** @nodts */
 static $loadModules() {
  NativeReferencedPrivateMethods = goog.module.get('nativejstypes.NativeReferencedPrivateMethods');
  $Overlay = goog.module.get('nativejstypes.ReferencedPrivateMethods.NativeReferencedPrivateMethods.$Overlay$impl');
 }
}
/**@private {!Companion} @nodts*/
Companion.$static_Companion__nativejstypes_ReferencedPrivateMethods_NativeReferencedPrivateMethods_Companion;
$Util.$setClassMetadata(Companion, 'nativejstypes.ReferencedPrivateMethods$NativeReferencedPrivateMethods$Companion');

exports = Companion;

//# sourceMappingURL=ReferencedPrivateMethods$NativeReferencedPrivateMethods$Companion.js.map
