JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:50:24 +0000 (22:50 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:50:24 +0000 (22:50 +0800)
JSDOC/Walker2.js

index 973d61c..1aeab55 100644 (file)
@@ -370,6 +370,14 @@ Walker2 = XObject.define(
                         
                     // change scope to xxxx
                     
                         
                     // change scope to xxxx
                     
+                    print(JSON.stringify([
+                        this.ts.lookTok(1).data 
+                        this.ts.lookTok(2).name 
+                        this.ts.lookTok(3).type 
+                        this.ts.lookTok(4).data 
+                        this.ts.lookTok(5).data 
+                    ], null, 4);
+                    
                     if ( this.ts.lookTok(1).data == '=' &&
                         this.ts.lookTok(2).name == 'NEW' &&
                         this.ts.lookTok(3).type == 'NAME' &&
                     if ( this.ts.lookTok(1).data == '=' &&
                         this.ts.lookTok(2).name == 'NEW' &&
                         this.ts.lookTok(3).type == 'NAME' &&