File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
docs/codeql/codeql-language-guides Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,6 @@ Miscellaneous
252
252
+=====================================+====================+============================================================================+
253
253
| ``(int) f `` | CastExpr _ | |
254
254
+-------------------------------------+--------------------+----------------------------------------------------------------------------+
255
- | ``(23 + 42) `` | ParExpr _ | |
256
- +-------------------------------------+--------------------+----------------------------------------------------------------------------+
257
255
| ``o instanceof String `` | InstanceOfExpr _ | |
258
256
+-------------------------------------+--------------------+----------------------------------------------------------------------------+
259
257
| `Expr `_ ``? `` `Expr `_ ``: `` `Expr `_ | ConditionalExpr _ | |
@@ -378,7 +376,6 @@ Further reading
378
376
.. _WildcardTypeAccess : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$WildcardTypeAccess.html
379
377
.. _FieldAccess : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$FieldAccess.html
380
378
.. _CastExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$CastExpr.html
381
- .. _ParExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ParExpr.html
382
379
.. _InstanceOfExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$InstanceOfExpr.html
383
380
.. _ConditionalExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ConditionalExpr.html
384
381
.. _TypeLiteral : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$TypeLiteral.html
You can’t perform that action at this time.
0 commit comments