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
252252+=====================================+====================+============================================================================+
253253| ``(int) f `` | CastExpr _ | |
254254+-------------------------------------+--------------------+----------------------------------------------------------------------------+
255- | ``(23 + 42) `` | ParExpr _ | |
256- +-------------------------------------+--------------------+----------------------------------------------------------------------------+
257255| ``o instanceof String `` | InstanceOfExpr _ | |
258256+-------------------------------------+--------------------+----------------------------------------------------------------------------+
259257| `Expr `_ ``? `` `Expr `_ ``: `` `Expr `_ | ConditionalExpr _ | |
@@ -378,7 +376,6 @@ Further reading
378376.. _WildcardTypeAccess : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$WildcardTypeAccess.html
379377.. _FieldAccess : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$FieldAccess.html
380378.. _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
382379.. _InstanceOfExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$InstanceOfExpr.html
383380.. _ConditionalExpr : https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Expr.qll/type.Expr$ConditionalExpr.html
384381.. _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