renamed "objexpr" to "obj_expr"

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

View File

@@ -545,7 +545,7 @@ class ArrayExpr extends @array_expr, Expr {
* };
* ```
*/
class ObjectExpr extends @objexpr, Expr {
class ObjectExpr extends @obj_expr, Expr {
/** Gets the `i`th property in this object literal. */
Property getProperty(int i) { properties(result, this, i, _, _) }

View File

@@ -244,7 +244,7 @@ case @expr.kind of
| 5 = @regexp_literal
| 6 = @this_expr
| 7 = @array_expr
| 8 = @objexpr
| 8 = @obj_expr
| 9 = @function_expr
| 10 = @seqexpr
| 11 = @conditionalexpr
@@ -507,7 +507,7 @@ case @property.kind of
| 9 = @parameter_field
;
@property_parent = @objexpr | @objectpattern | @classdefinition | @jsxelement | @interfacedefinition | @enumdeclaration;
@property_parent = @obj_expr | @objectpattern | @classdefinition | @jsxelement | @interfacedefinition | @enumdeclaration;
@property_accessor = @property_getter | @property_setter;
@call_signature = @function_call_signature | @constructor_call_signature;
@field = @proper_field | @parameter_field;

View File

@@ -222,7 +222,7 @@
<v>28131</v>
</e>
<e>
<k>@objexpr</k>
<k>@obj_expr</k>
<v>50958</v>
</e>
<e>