JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.vala
index 74091fe..cfbe82f 100644 (file)
@@ -24,7 +24,7 @@ namespace JSDOC {
     Gee.HashMap<int,Scope> indexedScopes;
     bool munge =  true;
 
-       
+    int expN =  0;     
        
        public ScopeParser(TokenStream ts) {
                this.ts = ts; // {TokenStream}
@@ -554,7 +554,8 @@ namespace JSDOC {
         //print("<<<<<<<EXIT SCOPE ERR?" +this.scopes.length);
     }
 
-    int expN : 0,
+
+    
     parseExpression : function(scope) {
 
         // Parse the expression until we encounter a comma or a semi-colon