mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
renamed "seqexpr" to "seq_expr"
This commit is contained in:
@@ -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) }
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
<v>95744</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@seqexpr</k>
|
||||
<k>@seq_expr</k>
|
||||
<v>2457</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user