renamed "parexpr" to "par_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:14 +02:00
parent fb7b0eb629
commit 5d47248878
3 changed files with 3 additions and 3 deletions

View File

@@ -328,7 +328,7 @@ class Literal extends @literal, Expr {
* (function() { console.log("Hello, world!"); }())
* ```
*/
class ParExpr extends @parexpr, Expr {
class ParExpr extends @par_expr, Expr {
/** Gets the expression within parentheses. */
Expr getExpression() { result = this.getChildExpr(0) }

View File

@@ -298,7 +298,7 @@ case @expr.kind of
| 60 = @postinc_expr
| 61 = @predec_expr
| 62 = @postdec_expr
| 63 = @parexpr
| 63 = @par_expr
| 64 = @vardeclarator
| 65 = @arrow_function_expr
| 66 = @spreadelement

View File

@@ -450,7 +450,7 @@
<v>774</v>
</e>
<e>
<k>@parexpr</k>
<k>@par_expr</k>
<v>86199</v>
</e>
<e>