goog.module('javaemul.InternalType$impl');

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

class InternalType extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!InternalType} */
 static $create__() {
  InternalType.$clinit();
  let $instance = new InternalType();
  $instance.$ctor__javaemul_InternalType__void();
  return $instance;
 }
 /** @nodts */
 $ctor__javaemul_InternalType__void() {
  this.$ctor__java_lang_Object__void();
 }
 
 foo() {}
 /** @nodts */
 static $clinit() {
  InternalType.$clinit = () =>{};
  InternalType.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof InternalType;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata(InternalType, 'javaemul.InternalType');

exports = InternalType;

//# sourceMappingURL=InternalType.js.map
