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

js.prompto.java.JavaTextLiteral.js Maven / Gradle / Ivy

var JavaLiteral = require("./JavaLiteral").JavaLiteral;

function JavaTextLiteral(text) {
	JavaLiteral.call(this, text);
	return this;
}

JavaTextLiteral.prototype = Object.create(JavaLiteral.prototype);
JavaTextLiteral.prototype.constructor = JavaTextLiteral;

exports.JavaTextLiteral = JavaTextLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy