renamed "seqexpr" to "seq_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:34 +02:00
parent 05fbb2902e
commit 4c8245036e
3 changed files with 3 additions and 3 deletions

View File

@@ -822,7 +822,7 @@ class ArrowFunctionExpr extends @arrow_function_expr, Expr, Function {
* x++, y++
* ```
*/
class SeqExpr extends @seqexpr, Expr {
class SeqExpr extends @seq_expr, Expr {
/** Gets the `i`th expression in this sequence. */
Expr getOperand(int i) { result = getChildExpr(i) }

View File

@@ -246,7 +246,7 @@ case @expr.kind of
| 7 = @array_expr
| 8 = @obj_expr
| 9 = @function_expr
| 10 = @seqexpr
| 10 = @seq_expr
| 11 = @conditionalexpr
| 12 = @newexpr
| 13 = @callexpr

View File

@@ -230,7 +230,7 @@
<v>95744</v>
</e>
<e>
<k>@seqexpr</k>
<k>@seq_expr</k>
<v>2457</v>
</e>
<e>