summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 6c61de9..2798fa6 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -11,7 +11,10 @@
enum webidl_node_type {
WEBIDL_NODE_TYPE_ROOT = 0,
-
+ WEBIDL_NODE_TYPE_INTERFACE,
+ WEBIDL_NODE_TYPE_INTERFACE_IDENT,
+ WEBIDL_NODE_TYPE_INTERFACE_MEMBERS,
+ WEBIDL_NODE_TYPE_INTERFACE_INHERITANCE,
};
struct webidl_node {