File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/codeql/codeql-language-guides Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This table lists all subclasses of `Stmt`_.
19
19
+------------------------------------------------------------------------------------+---------------------------------+---------------------------------+--------------------------------------------+
20
20
| `Expr `_ ``; `` | ExprStmt _ | | |
21
21
+------------------------------------------------------------------------------------+---------------------------------+---------------------------------+--------------------------------------------+
22
- | ``{ `` `Stmt `_ ``... } `` | Block _ | | |
22
+ | ``{ `` `Stmt `_ ``... } `` | BlockStmt _ | | |
23
23
+------------------------------------------------------------------------------------+---------------------------------+---------------------------------+--------------------------------------------+
24
24
| ``if ( `` `Expr `_ ``) `` `Stmt `_ ``else `` `Stmt `_ | IfStmt _ | `ConditionalStmt `_ | |
25
25
+------------------------------------------------------------------------------------+ | | |
@@ -348,7 +348,7 @@ Further reading
348
348
.. _ArrayCreationExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ArrayCreationExpr.html
349
349
.. _EmptyStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$EmptyStmt.html
350
350
.. _ExprStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$ExprStmt.html
351
- .. _ Block : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$Block .html
351
+ .. _ BlockStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$BlockStmt .html
352
352
.. _IfStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$IfStmt.html
353
353
.. _WhileStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$WhileStmt.html
354
354
.. _DoStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$DoStmt.html
You can’t perform that action at this time.
0 commit comments