
js.prompto.statement.SimpleStatement.js Maven / Gradle / Ivy
var BaseStatement = require("./BaseStatement").BaseStatement;
function SimpleStatement() {
BaseStatement.call(this);
return this;
}
SimpleStatement.prototype = Object.create(BaseStatement.prototype);
SimpleStatement.prototype.constructor = SimpleStatement;
exports.SimpleStatement = SimpleStatement;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy