All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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