Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 530b29c

Browse files
committed
Ruby: AST ref docs - note AssignExpr
1 parent 9cf3284 commit 530b29c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ All classes in this subsection are subclasses of BinaryOperation_.
222222
+------------------------+--------------------------+----------------------------+-------------------+
223223
| Expr_ ``-`` Expr_ | SubExpr_ | BinaryArithmeticOperation_ | |
224224
+------------------------+--------------------------+----------------------------+-------------------+
225+
| LhsExpr_ ``=`` Expr_ | AssignExpr_ | Assignment_ | |
226+
+------------------------+--------------------------+----------------------------+-------------------+
225227

226228
Literals
227229
~~~~~~~~

0 commit comments

Comments
 (0)