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

cass.rollup.rule.RrS.js Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
var RrS = function() {
    this.token = new Array();
    this.query = new Array();
};
RrS = stjs.extend(RrS, null, [], function(constructor, prototype) {
    prototype.token = null;
    prototype.query = null;
    prototype.addToken = function(rrToken) {
        this.token.push(rrToken);
    };
    prototype.addQuery = function(rrQuery) {
        this.query.push(rrQuery);
    };
}, {token: {name: "Array", arguments: ["RrToken"]}, query: {name: "Array", arguments: ["RrQuery"]}}, {});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy