| var ht = require('http'); |
| function NodeContainer() { |
| |
| /** |
| * |
| * @param {BluesBand} obj |
| * @returns {undefined} |
| */ |
| this.ncontains = function (obj) { |
| |
| }; |
| /** |
| * |
| * @param {popband} obj2 |
| * @returns {undefined} |
| */ |
| this.ncontains2 = function (obj2) { |
| |
| }; |
| |
| |
| |
| /** |
| * |
| * @param {nodeprop} obj3 |
| * @returns {undefined} |
| */ |
| this.ncontains3 = function (obj3) { |
| |
| }; |
| |
| |
| /** |
| * |
| * @param {NodeObj.propX} obj4 |
| * @returns {undefined} |
| */ |
| this.ncontains4 = function (obj4) { |
| |
| }; |
| |
| |
| /** |
| * |
| * @param {NodeTilda~propY} obj5 |
| * @returns {undefined} |
| */ |
| this.ncontains5 = function (obj5) { |
| |
| }; |
| |
| |
| /** |
| * |
| * @param {AnotherOne.noo} obj6 |
| * @returns {undefined} |
| */ |
| this.ncontains6 = function (obj6) { |
| |
| }; |
| } |
| |
| |
| |
| |
| var attempt = function () { |
| |
| //cc;1;new NodeContainer().ncontains2({});2;frontman1,guitar1,solo1,albums1,guitar21;guitar21;new NodeContainer().ncontains2({guitar21});ba,foo |
| |
| |
| //cc;1;new NodeContainer().ncontains({});2;name1,popularity1,name21;name21;new NodeContainer().ncontains({name21});ba,foo |
| |
| |
| //cc;1;new NodeContainer().ncontains3({});2;vlastnost3,popis3,clovek3,pokus3;pokus3;new NodeContainer().ncontains3({pokus3});ba,foo |
| |
| |
| //cc;1;new NodeContainer().ncontains4({});2;popis4,clovek4,pokus4;pokus4;new NodeContainer().ncontains4({pokus4});ba,foo |
| |
| |
| }; |
| |
| |
| |
| /** |
| * Comment |
| * @param {popband} cc description |
| */ |
| function top1(cc) { |
| |
| } |
| |
| |
| module.exports = function () { |
| |
| |
| //cc;1;top1({});2;frontman1,guitar1,solo1,albums1,guitar21;guitar21;top1({guitar21});ba,foo |
| |
| |
| //cc;1;new NodeContainer().ncontains2({});2;frontman1,guitar1,solo1,albums1,guitar21;guitar21;new NodeContainer().ncontains2({guitar21});ba,foo |
| |
| //cc;1;new NodeContainer().ncontains({});2;name1,popularity1,name21;name21;new NodeContainer().ncontains({name21});ba,foo |
| |
| |
| |
| //cc;1;new NodeContainer().ncontains3({});2;vlastnost3,popis3,clovek3,pokus3;pokus3;new NodeContainer().ncontains3({pokus3});ba,foo |
| |
| //cc;1;new NodeContainer().ncontains4({});2;popis4,clovek4,pokus4;pokus4;new NodeContainer().ncontains4({pokus4});ba,foo |
| |
| //cc;1;new NodeContainer().ncontains5({});2;popis5,clovek5,pokus5;pokus5;new NodeContainer().ncontains5({pokus5});ba,foo |
| |
| |
| //cc;1;new NodeContainer().ncontains6({});2;keyField,label,dataSource,kocka;kocka;new NodeContainer().ncontains6({kocka});ba,foo |
| |
| |
| //cc;1;top4({});2;popis4,clovek4,pokus4;pokus4;top4({pokus4});ba,foo |
| |
| } |
| |
| |
| /** |
| * Comment |
| * @param {BluesBand} cca description |
| */ |
| function top2(cca) { |
| |
| } |
| |
| |
| |
| /** |
| * Comment |
| * @param {nodeprop} cca3 description |
| */ |
| function top3(cca3) { |
| |
| } |
| |
| |
| /** |
| * Comment |
| * @param {NodeObj.propX} cca4 description |
| */ |
| function top4(cca4) { |
| |
| } |
| |
| |
| /** |
| * Comment |
| * @param {NodeTilda~propY} ccc description |
| */ |
| function top5(ccc) { |
| |
| } |
| |
| |
| /** |
| * Comment |
| * @param {AnotherOne~noo} cc7 description |
| */ |
| function top6(cc7) { |
| |
| } |
| |
| |
| //cc;1;top1({});2;frontman1,guitar1,solo1,albums1,guitar21;guitar21;top1({guitar21});ba,foo |
| |
| |