@@ -432,23 +432,23 @@ calls/calls.rb:
432432# 267| getReceiver: [ConstantReadAccess] X
433433# 270| getStmt: [MethodCall] call to foo
434434# 270| getReceiver: [Self] self
435- # 270| getArgument: [SplatArgument ] *...
436- # 270| getValue : [MethodCall] call to bar
435+ # 270| getArgument: [SplatExpr ] * ...
436+ # 270| getAnOperand/getOperand : [MethodCall] call to bar
437437# 270| getReceiver: [Self] self
438438# 271| getStmt: [MethodCall] call to foo
439439# 271| getReceiver: [Self] self
440- # 271| getArgument: [SplatArgument ] *...
441- # 271| getValue : [MethodCall] call to bar
440+ # 271| getArgument: [SplatExpr ] * ...
441+ # 271| getAnOperand/getOperand : [MethodCall] call to bar
442442# 271| getReceiver: [ConstantReadAccess] X
443443# 274| getStmt: [MethodCall] call to foo
444444# 274| getReceiver: [Self] self
445- # 274| getArgument: [HashSplatArgument ] **...
446- # 274| getValue : [MethodCall] call to bar
445+ # 274| getArgument: [HashSplatExpr ] ** ...
446+ # 274| getAnOperand/getOperand : [MethodCall] call to bar
447447# 274| getReceiver: [Self] self
448448# 275| getStmt: [MethodCall] call to foo
449449# 275| getReceiver: [Self] self
450- # 275| getArgument: [HashSplatArgument ] **...
451- # 275| getValue : [MethodCall] call to bar
450+ # 275| getArgument: [HashSplatExpr ] ** ...
451+ # 275| getAnOperand/getOperand : [MethodCall] call to bar
452452# 275| getReceiver: [ConstantReadAccess] X
453453# 278| getStmt: [MethodCall] call to foo
454454# 278| getReceiver: [Self] self
@@ -1102,8 +1102,8 @@ literals/literals.rb:
11021102# 114| getElement: [Pair] Pair
11031103# 114| getKey: [SymbolLiteral] :foo
11041104# 114| getValue: [IntegerLiteral] 7
1105- # 114| getElement: [HashSplatArgument ] **...
1106- # 114| getValue : [MethodCall] call to bar
1105+ # 114| getElement: [HashSplatExpr ] ** ...
1106+ # 114| getAnOperand/getOperand : [MethodCall] call to bar
11071107# 114| getReceiver: [Self] self
11081108# 117| getStmt: [ParenthesizedExpr] ( ... )
11091109# 117| getStmt: [RangeLiteral] _ .. _
@@ -1621,14 +1621,14 @@ operations/operations.rb:
16211621# 29| getStmt: [ReturnStmt] return
16221622# 29| getValue: [ArgumentList] ..., ...
16231623# 29| getElement: [IntegerLiteral] 1
1624- # 29| getElement: [SplatArgument ] *...
1625- # 29| getValue : [ArrayLiteral] [...]
1624+ # 29| getElement: [SplatExpr ] * ...
1625+ # 29| getAnOperand/getOperand : [ArrayLiteral] [...]
16261626# 29| getElement: [IntegerLiteral] 2
16271627# 29| getElement: [Pair] Pair
16281628# 29| getKey: [SymbolLiteral] :a
16291629# 29| getValue: [IntegerLiteral] 3
1630- # 29| getElement: [HashSplatArgument ] **...
1631- # 29| getValue : [HashLiteral] {...}
1630+ # 29| getElement: [HashSplatExpr ] ** ...
1631+ # 29| getAnOperand/getOperand : [HashLiteral] {...}
16321632# 29| getElement: [Pair] Pair
16331633# 29| getKey: [SymbolLiteral] :b
16341634# 29| getValue: [IntegerLiteral] 4
0 commit comments