goog.module('wasmentrypoints.WasmEntryPoints$impl');

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

class WasmEntryPoints extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!WasmEntryPoints} */
 static $create__() {
  WasmEntryPoints.$clinit();
  let $instance = new WasmEntryPoints();
  $instance.$ctor__wasmentrypoints_WasmEntryPoints__void();
  return $instance;
 }
 /** @nodts */
 $ctor__wasmentrypoints_WasmEntryPoints__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts */
 static m_singleMatchedEntryPoint__void() {
  WasmEntryPoints.$clinit();
 }
 /** @nodts */
 static m_matchedEntryPointPattern1__int__void(/** number */ x) {
  WasmEntryPoints.$clinit();
 }
 /** @nodts */
 static m_matchedEntryPointPattern2__float__void(/** number */ y) {
  WasmEntryPoints.$clinit();
 }
 /** @nodts @return {?string} */
 static m_stringConversionEntryPoint__java_lang_String__java_lang_String(/** ?string */ arg) {
  WasmEntryPoints.$clinit();
  return '';
 }
 /** @nodts */
 static $clinit() {
  WasmEntryPoints.$clinit = () =>{};
  WasmEntryPoints.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof WasmEntryPoints;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata(WasmEntryPoints, 'wasmentrypoints.WasmEntryPoints');

exports = WasmEntryPoints;

//# sourceMappingURL=WasmEntryPoints.js.map
