From: Alan Knowles Date: Tue, 6 Jul 2010 10:05:32 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=89f82506c764ca9650eb9ff18168d522051ab9b1 JSDOC/Walker2.js --- diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 4e2e650..21402cf 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -262,20 +262,20 @@ Walker2 = XObject.define( ) { // ignore test for ( a and , - this.ts.nextT(); /// ( - token = this.ts.nextT(); // a + this.ts.nextTok(); /// ( + token = this.ts.nextTok(); // a scopeName = token.data; if (this.currentDoc) { this.addSymbol(scopeName,false,'OBJECT'); } - this.ts.nextT(); // , - this.ts.nextT(); // b + this.ts.nextTok(); // , + this.ts.nextTok(); // b - this.ts.nextT(); // , - token = this.ts.nextT(); // { + this.ts.nextTok(); // , + token = this.ts.nextTok(); // { scopeName = fixAlias(scopeName); @@ -308,11 +308,11 @@ Walker2 = XObject.define( this.addSymbol(scopeName,false,'OBJECT'); } - this.ts.nextT(); /// ( - this.ts.nextT(); // parent + this.ts.nextTok(); /// ( + this.ts.nextTok(); // parent - this.ts.nextT(); // , - token = this.ts.nextT(); // { + this.ts.nextTok(); // , + token = this.ts.nextTok(); // { scopeName = fixAlias(scopeName); @@ -338,11 +338,11 @@ Walker2 = XObject.define( this.ts.lookTok(4).data == '{' ) { - this.ts.nextT(); /// ( + this.ts.nextTok(); /// ( //print("GOT : applyIF!"); - token = this.ts.nextT(); // b + token = this.ts.nextTok(); // b scopeName = token.data; @@ -353,8 +353,8 @@ Walker2 = XObject.define( - this.ts.nextT(); /// , - this.ts.nextT(); // { + this.ts.nextTok(); /// , + this.ts.nextTok(); // { scopeName = fixAlias(scopeName); var fnScope = new Scope(this.braceNesting, scope, token.n, scopeName); this.indexedScopes[this.ts.cursor] = fnScope; @@ -383,11 +383,11 @@ Walker2 = XObject.define( } - this.ts.nextT(); /// = - this.ts.nextT(); /// new - this.ts.nextT(); /// yyy - this.ts.nextT(); /// ( - this.ts.nextT(); /// { + this.ts.nextTok(); /// = + this.ts.nextTok(); /// new + this.ts.nextTok(); /// yyy + this.ts.nextTok(); /// ( + this.ts.nextTok(); /// { scopeName = fixAlias(scopeName); var fnScope = new Scope(this.braceNesting, scope, token.n, scopeName); @@ -486,7 +486,7 @@ Walker2 = XObject.define( ) { scopeName = this.ts.lookTok(-2).data; this.ts.balanceN('('); - token = this.ts.nextT(); // should be { + token = this.ts.nextTok(); // should be { //print("FOO=FUNCITON() {}" + this.ts.context() + "\n" + token.toString()); @@ -519,7 +519,7 @@ Walker2 = XObject.define( ) { //scopeName = this.ts.look(-3).data; this.ts.balanceN(Script.TOKlparen); - token = this.ts.nextT(); // should be { + token = this.ts.nextTok(); // should be { scopeName = fixAlias(scopeName); var fnScope = new Scope(this.braceNesting, scope, token.n, '$private$'); this.indexedScopes[this.ts.cursor] = fnScope; @@ -553,7 +553,7 @@ Walker2 = XObject.define( //scopeName = this.ts.look(-3).data; this.ts.balanceN(Script.TOKlparen); //print(token.toString()) - token = this.ts.nextT(); // should be { + token = this.ts.nextTok(); // should be { //print(token.toString()) scopeName = fixAlias(scopeName); var fnScope = new Scope(this.braceNesting, scope, token.n, ''); @@ -575,7 +575,7 @@ Walker2 = XObject.define( ) { //scopeName = this.ts.look(-3).data; this.ts.balanceN('('); - token = this.ts.nextT(); // should be { + token = this.ts.nextTok(); // should be { var fnScope = new Scope(this.braceNesting, scope, token.n, ''); this.indexedScopes[this.ts.cursor] = fnScope; @@ -603,7 +603,7 @@ Walker2 = XObject.define( ) { //scopeName = this.ts.look(-3).data; this.ts.balanceN('('); - token = this.ts.nextT(); // should be { + token = this.ts.nextTok(); // should be { var fnScope = new Scope(this.braceNesting, scope, token.n, '$private$'); this.indexedScopes[this.ts.cursor] = fnScope; //scope = ;