JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:44:51 +0000 (16:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:44:51 +0000 (16:44 +0800)
JSDOC/ScopeParser.vala

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