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

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

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

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

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

exports.JavaDecimalLiteral = JavaDecimalLiteral;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy