continued namespace member implementation
[swftools.git] / lib / as3 / tokenizer.h
index 4616b33..2d00ae4 100644 (file)
@@ -34,6 +34,7 @@ DECLARE(param);
 DECLARE_LIST(param);
 DECLARE(params);
 DECLARE(typedcode);
+DECLARE(modifiers);
 DECLARE_LIST(typedcode);
 
 struct _param {
@@ -51,6 +52,10 @@ struct _typedcode {
     code_t*c;
     classinfo_t*t;
 };
+struct _modifiers {
+    int flags;
+    char*ns;
+};
 
 /* small helper structs: */
 typedef struct _codeandnumber {