goog.module('whilestatement.WhileStatement');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const WhileStatement = goog.require('whilestatement.WhileStatement$impl');
exports = WhileStatement;
