Skip to content

Commit e906ded

Browse files
author
james
committed
remove java class
1 parent c36292b commit e906ded

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/codeql/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-java-programs.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)