summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-11 19:48:10 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-11 19:48:10 +0100
commiteeaa03bf10aa41656b798ef8df7f42140c66e766 (patch)
treedb429a34413fce522a131b505b1b60745637fda7 /src/webidl-ast.h
parentb19fd9d8772824d12d33a3236710a9b6e96bda76 (diff)
downloadnsgenbind-eeaa03bf10aa41656b798ef8df7f42140c66e766.tar.gz
nsgenbind-eeaa03bf10aa41656b798ef8df7f42140c66e766.tar.bz2
construct the interface target node
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 {