JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.vala
index cd8471b..0da866b 100644 (file)
@@ -15,7 +15,7 @@ namespace JSDOC {
     Scope global ;
     //mode : "", //"BUILDING_SYMBOL_TREE",
     //braceNesting : 0,
-    //indexedScopes : false,
+    Gee.HashMap<int,Scope> indexedScopes;
     //munge: true,
 
        
@@ -24,6 +24,7 @@ namespace JSDOC {
                this.ts = ts; // {TokenStream}
                this.warnings = new Gee.ArrayList<string>();
                this.globalScope = new  Scope(-1, false, -1, '');
+               this.indexedScopes = new Gee.HashMap<int,Scope>();
                
                //this.indexedg = {};
                //this.timer = new Date() * 1;