JSDOC/Token.vala
[gnome.introspection-doc-generator] / JSDOC / Token.vala
index 3e544ce..eea8612 100644 (file)
@@ -46,7 +46,8 @@ namespace JSDOC
         public string identifier;
         
          // used to stuff tokens together when building a tree..
-        public Gee.ArrayList<Gee.ArrayList<Token>> items;
+        public Gee.ArrayList<Token> items;
+           public Gee.HashMap<string,Gee.ArrayList<Token>> items;
         
         // props??? what's this???