goog.module('dowhilestatement.DoWhileStatement');

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

const DoWhileStatement = goog.require('dowhilestatement.DoWhileStatement$impl');
exports = DoWhileStatement;
