This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/thrift-website.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 11f901b Automatic Site Publish by Buildbot
11f901b is described below
commit 11f901b0fa684cb909d263f5fa3926e41f5232a0
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 9 22:40:03 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/idl.html | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/output/docs/idl.html b/output/docs/idl.html
index b6e89f9..1845000 100644
--- a/output/docs/idl.html
+++ b/output/docs/idl.html
@@ -293,6 +293,22 @@
[42] Digit ::= ['0'-'9']
</code></pre>
+<h2 id="reserved-keywords">Reserved keywords</h2>
+
+<pre><code>"BEGIN", "END", "__CLASS__", "__DIR__", "__FILE__", "__FUNCTION__",
+"__LINE__", "__METHOD__", "__NAMESPACE__", "abstract", "alias", "and", "args",
"as",
+"assert", "begin", "break", "case", "catch", "class", "clone", "continue",
"declare",
+"def", "default", "del", "delete", "do", "dynamic", "elif", "else", "elseif",
"elsif",
+"end", "enddeclare", "endfor", "endforeach", "endif", "endswitch", "endwhile",
"ensure",
+"except", "exec", "finally", "float", "for", "foreach", "from", "function",
"global",
+"goto", "if", "implements", "import", "in", "inline", "instanceof",
"interface", "is",
+"lambda", "module", "native", "new", "next", "nil", "not", "or", "package",
"pass",
+"public", "print", "private", "protected", "raise", "redo", "rescue", "retry",
"register",
+"return", "self", "sizeof", "static", "super", "switch", "synchronized",
"then", "this",
+"throw", "transient", "try", "undef", "unless", "unsigned", "until", "use",
"var",
+"virtual", "volatile", "when", "while", "with", "xor", "yield"
+</code></pre>
+
<h2 id="examples">Examples</h2>
<p>Here are some examples of Thrift definitions, using the Thrift IDL:</p>