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

js.prompto.statement.BaseStatement.js Maven / Gradle / Ivy

var Section = require("../parser/Section").Section;

function BaseStatement() {
	Section.call(this);
	return this;
}

BaseStatement.prototype  = Object.create(Section.prototype);
BaseStatement.prototype.constructor = BaseStatement;


exports.BaseStatement = BaseStatement;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy