summaryrefslogtreecommitdiff
path: root/src/webidl-ast.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-11-27 12:18:40 +0000
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-11-27 12:18:40 +0000
commitb29ff13b599730bf3eaec8f142e584f23e78c1fb (patch)
tree5689c409360e1a95afe2856ae7925455e00e57fc /src/webidl-ast.h
parent6f54ba5f6a2008191c2bb3435f8015ae70bcf156 (diff)
downloadnsgenbind-b29ff13b599730bf3eaec8f142e584f23e78c1fb.tar.gz
nsgenbind-b29ff13b599730bf3eaec8f142e584f23e78c1fb.tar.bz2
add type suffix annotations to webidl AST
Diffstat (limited to 'src/webidl-ast.h')
-rw-r--r--src/webidl-ast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webidl-ast.h b/src/webidl-ast.h
index 5d7c615..aa791ca 100644
--- a/src/webidl-ast.h
+++ b/src/webidl-ast.h
@@ -32,6 +32,9 @@ enum webidl_node_type {
WEBIDL_NODE_TYPE_ELLIPSIS,
WEBIDL_NODE_TYPE_TYPE,
WEBIDL_NODE_TYPE_TYPE_BASE,
+ WEBIDL_NODE_TYPE_TYPE_NULLABLE,
+ WEBIDL_NODE_TYPE_TYPE_ARRAY,
+
WEBIDL_NODE_TYPE_LITERAL_NULL,
WEBIDL_NODE_TYPE_LITERAL_INT,
WEBIDL_NODE_TYPE_LITERAL_BOOL,