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

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

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

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

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

exports.JavaCharacterLiteral = JavaCharacterLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy