File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -704,6 +704,7 @@ Various kinds of syntax can have *annotations* applied to them. Annotations are
704
704
simpleAnnotation ::= "abstract"
705
705
| "cached"
706
706
| "external"
707
+ | "extensible"
707
708
| "final"
708
709
| "transient"
709
710
| "library"
@@ -735,6 +736,8 @@ The following table summarizes the syntactic constructs which can be marked with
735
736
+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
736
737
| ``external `` | | | | yes | | | | |
737
738
+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
739
+ | ``extensible `` | | | | yes | | | | |
740
+ +----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
738
741
| ``final `` | yes | | yes | | | yes | | yes |
739
742
+----------------+---------+------------+-------------------+-----------------------+---------+--------+---------+---------+
740
743
| ``transient `` | | | | yes | | | | |
@@ -2162,6 +2165,7 @@ The complete grammar for QL is as follows:
2162
2165
simpleAnnotation ::= "abstract"
2163
2166
| "cached"
2164
2167
| "external"
2168
+ | "extensible"
2165
2169
| "final"
2166
2170
| "transient"
2167
2171
| "library"
You can’t perform that action at this time.
0 commit comments