@@ -952,7 +952,7 @@ control/cases.rb:
952952# 87| getPattern: [IntegerLiteral] 5
953953# 88| getBranch: [InClause] in ... then ...
954954# 88| getPattern: [ReferencePattern] ^...
955- # 88| getValue : [LocalVariableAccess] foo
955+ # 88| getExpr : [LocalVariableAccess] foo
956956# 89| getBranch: [InClause] in ... then ...
957957# 89| getPattern: [StringLiteral] "string"
958958# 89| getComponent: [StringTextComponent] string
@@ -1050,7 +1050,7 @@ control/cases.rb:
10501050# 111| getPattern: [AlternativePattern] ... | ...
10511051# 111| getAlternative: [IntegerLiteral] 5
10521052# 111| getAlternative: [ReferencePattern] ^...
1053- # 111| getValue : [LocalVariableAccess] foo
1053+ # 111| getExpr : [LocalVariableAccess] foo
10541054# 111| getAlternative: [StringLiteral] "string"
10551055# 111| getComponent: [StringTextComponent] string
10561056# 111| getAlternative: [LocalVariableAccess] var
@@ -1146,28 +1146,28 @@ control/cases.rb:
11461146# 147| getReceiver: [Self, SelfVariableAccess] self
11471147# 148| getBranch: [InClause] in ... then ...
11481148# 148| getPattern: [ReferencePattern] ^...
1149- # 148| getValue : [LocalVariableAccess] foo
1149+ # 148| getExpr : [LocalVariableAccess] foo
11501150# 149| getBranch: [InClause] in ... then ...
11511151# 149| getPattern: [ReferencePattern] ^...
1152- # 149| getValue : [GlobalVariableAccess] $foo
1152+ # 149| getExpr : [GlobalVariableAccess] $foo
11531153# 150| getBranch: [InClause] in ... then ...
11541154# 150| getPattern: [ReferencePattern] ^...
1155- # 150| getValue : [InstanceVariableAccess] @foo
1155+ # 150| getExpr : [InstanceVariableAccess] @foo
11561156# 151| getBranch: [InClause] in ... then ...
11571157# 151| getPattern: [ReferencePattern] ^...
1158- # 151| getValue : [ClassVariableAccess] @@foo
1158+ # 151| getExpr : [ClassVariableAccess] @@foo
11591159# 154| getStmt: [CaseExpr] case ...
11601160# 154| getValue: [MethodCall] call to expr
11611161# 154| getReceiver: [Self, SelfVariableAccess] self
11621162# 155| getBranch: [InClause] in ... then ...
11631163# 155| getPattern: [ReferencePattern] ^...
1164- # 155| getValue : [LocalVariableAccess] foo
1164+ # 155| getExpr : [LocalVariableAccess] foo
11651165# 156| getBranch: [InClause] in ... then ...
11661166# 156| getPattern: [ReferencePattern] ^...
1167- # 156| getValue : [InstanceVariableAccess] @foo
1167+ # 156| getExpr : [InstanceVariableAccess] @foo
11681168# 157| getBranch: [InClause] in ... then ...
11691169# 157| getPattern: [ReferencePattern] ^...
1170- # 157| getValue : [AddExpr] ... + ...
1170+ # 157| getExpr : [AddExpr] ... + ...
11711171# 157| getAnOperand/getLeftOperand/getReceiver: [IntegerLiteral] 1
11721172# 157| getAnOperand/getArgument/getRightOperand: [IntegerLiteral] 1
11731173modules/classes.rb:
0 commit comments