goog.module('localclasswithconstructor.LocalClassWithConstructor.$1LocalClass$impl');

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

let LocalClassWithConstructor = goog.forwardDeclare('localclasswithconstructor.LocalClassWithConstructor$impl');

class $1LocalClass extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
  /**@type {!LocalClassWithConstructor} @nodts*/
  this.$outer_this__localclasswithconstructor_LocalClassWithConstructor_1LocalClass;
  /**@type {number} @nodts*/
  this.f_field__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = 0;
  /**@type {number} @nodts*/
  this.$captured_localVar__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = 0;
  /**@type {number} @nodts*/
  this.$captured_p__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = 0;
 }
 //Factory method corresponding to constructor 'LocalClass(LocalClassWithConstructor, int, int, int, int)'.
 /** @nodts @return {!$1LocalClass} */
 static $create__localclasswithconstructor_LocalClassWithConstructor__int__int__int__int(/** !LocalClassWithConstructor */ $outer_this, /** number */ $captured_localVar, /** number */ $captured_p, /** number */ a, /** number */ b) {
  $1LocalClass.$clinit();
  let $instance = new $1LocalClass();
  $instance.$ctor__localclasswithconstructor_LocalClassWithConstructor_1LocalClass__localclasswithconstructor_LocalClassWithConstructor__int__int__int__int__void($outer_this, $captured_localVar, $captured_p, a, b);
  return $instance;
 }
 //Initialization from constructor 'LocalClass(LocalClassWithConstructor, int, int, int, int)'.
 /** @nodts */
 $ctor__localclasswithconstructor_LocalClassWithConstructor_1LocalClass__localclasswithconstructor_LocalClassWithConstructor__int__int__int__int__void(/** !LocalClassWithConstructor */ $outer_this, /** number */ $captured_localVar, /** number */ $captured_p, /** number */ a, /** number */ b) {
  this.$outer_this__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = $outer_this;
  this.$captured_localVar__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = $captured_localVar;
  this.$captured_p__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = $captured_p;
  this.$ctor__java_lang_Object__void();
  this.f_field__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = $captured_localVar + a + b | 0;
 }
 //Factory method corresponding to constructor 'LocalClass(LocalClassWithConstructor, int, int, int)'.
 /** @nodts @return {!$1LocalClass} */
 static $create__localclasswithconstructor_LocalClassWithConstructor__int__int__int(/** !LocalClassWithConstructor */ $outer_this, /** number */ $captured_localVar, /** number */ $captured_p, /** number */ a) {
  $1LocalClass.$clinit();
  let $instance = new $1LocalClass();
  $instance.$ctor__localclasswithconstructor_LocalClassWithConstructor_1LocalClass__localclasswithconstructor_LocalClassWithConstructor__int__int__int__void($outer_this, $captured_localVar, $captured_p, a);
  return $instance;
 }
 //Initialization from constructor 'LocalClass(LocalClassWithConstructor, int, int, int)'.
 /** @nodts */
 $ctor__localclasswithconstructor_LocalClassWithConstructor_1LocalClass__localclasswithconstructor_LocalClassWithConstructor__int__int__int__void(/** !LocalClassWithConstructor */ $outer_this, /** number */ $captured_localVar, /** number */ $captured_p, /** number */ a) {
  this.$ctor__localclasswithconstructor_LocalClassWithConstructor_1LocalClass__localclasswithconstructor_LocalClassWithConstructor__int__int__int__int__void($outer_this, $captured_localVar, $captured_p, a, $captured_p);
  this.f_field__localclasswithconstructor_LocalClassWithConstructor_1LocalClass = $captured_localVar;
 }
 /** @nodts */
 static $clinit() {
  $1LocalClass.$clinit = () =>{};
  $1LocalClass.$loadModules();
  j_l_Object.$clinit();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof $1LocalClass;
 }
 
 /** @nodts */
 static $loadModules() {}
}
$Util.$setClassMetadata($1LocalClass, 'localclasswithconstructor.LocalClassWithConstructor$1LocalClass');

exports = $1LocalClass;

//# sourceMappingURL=LocalClassWithConstructor$1LocalClass.js.map
