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