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

js.prompto.declaration.AnyNativeCategoryDeclaration.js Maven / Gradle / Ivy

var NativeCategoryDeclaration = require("./NativeCategoryDeclaration").NativeCategoryDeclaration;
var Identifier = require("../grammar/Identifier").Identifier;

function AnyNativeCategoryDeclaration() {
    NativeCategoryDeclaration.call(this, new Identifier("Any"), [], [], [], []);
    return this;
}

AnyNativeCategoryDeclaration.prototype = Object.create(NativeCategoryDeclaration.prototype);
AnyNativeCategoryDeclaration.prototype.constructor = AnyNativeCategoryDeclaration;

AnyNativeCategoryDeclaration.instance = new AnyNativeCategoryDeclaration();

exports.AnyNativeCategoryDeclaration = AnyNativeCategoryDeclaration;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy