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`_.
1919+------------------------------------------------------------------------------------+---------------------------------+---------------------------------+--------------------------------------------+
2020| `Expr `_ ``; `` | ExprStmt _ | | |
2121+------------------------------------------------------------------------------------+---------------------------------+---------------------------------+--------------------------------------------+
22- | ``{ `` `Stmt `_ ``... } `` | Block _ | | |
22+ | ``{ `` `Stmt `_ ``... } `` | BlockStmt _ | | |
2323+------------------------------------------------------------------------------------+---------------------------------+---------------------------------+--------------------------------------------+
2424| ``if ( `` `Expr `_ ``) `` `Stmt `_ ``else `` `Stmt `_ | IfStmt _ | `ConditionalStmt `_ | |
2525+------------------------------------------------------------------------------------+ | | |
@@ -348,7 +348,7 @@ Further reading
348348.. _ArrayCreationExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ArrayCreationExpr.html
349349.. _EmptyStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$EmptyStmt.html
350350.. _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
352352.. _IfStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$IfStmt.html
353353.. _WhileStmt : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Statement.qll/type.Statement$WhileStmt.html
354354.. _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