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

js.prompto.csharp.CSharpIntegerLiteral.js Maven / Gradle / Ivy

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

function CSharpIntegerLiteral(text) {
    CSharpLiteral.call(this, text);
    return this;
}

CSharpIntegerLiteral.prototype = Object.create(CSharpLiteral.prototype);
CSharpIntegerLiteral.prototype.constructor = CSharpIntegerLiteral;

exports.CSharpIntegerLiteral = CSharpIntegerLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy