@@ -781,7 +781,7 @@ control/cases.rb:
781
781
# 47| getBranch/getInClause: [InClause] in ... then ...
782
782
# 47| getPattern: [ArrayPattern] [ ..., * ]
783
783
# 47| getPrefixElement/getSuffixElement: [IntegerLiteral] 1
784
- # 47| getRestVariable : [LocalVariableAccess] x
784
+ # 47| getRestVariableAccess : [LocalVariableAccess] x
785
785
# 47| getSuffixElement: [IntegerLiteral] 3
786
786
# 48| getBranch/getInClause: [InClause] in ... then ...
787
787
# 48| getPattern: [ArrayPattern] [ ..., * ]
@@ -794,9 +794,9 @@ control/cases.rb:
794
794
# 50| getElement: [IntegerLiteral] 3
795
795
# 51| getBranch/getInClause: [InClause] in ... then ...
796
796
# 51| getPattern: [FindPattern] [ *,...,* ]
797
- # 51| getPrefix : [LocalVariableAccess] a
797
+ # 51| getPrefixVariableAccess : [LocalVariableAccess] a
798
798
# 51| getElement: [IntegerLiteral] 3
799
- # 51| getSuffix : [LocalVariableAccess] b
799
+ # 51| getSuffixVariableAccess : [LocalVariableAccess] b
800
800
# 52| getBranch/getInClause: [InClause] in ... then ...
801
801
# 52| getPattern: [HashPattern] { ..., ** }
802
802
# 52| getKey: [SymbolLiteral] :a
@@ -818,7 +818,7 @@ control/cases.rb:
818
818
# 56| getKey: [SymbolLiteral] :a
819
819
# 56| getValue: [IntegerLiteral] 5
820
820
# 56| getKey: [SymbolLiteral] :b
821
- # 56| getRestVariable : [LocalVariableAccess] map
821
+ # 56| getRestVariableAccess : [LocalVariableAccess] map
822
822
# 57| getBranch/getInClause: [InClause] in ... then ...
823
823
# 57| getPattern: [HashPattern] { ..., ** }
824
824
# 57| getKey: [SymbolLiteral] :a
@@ -858,7 +858,7 @@ control/cases.rb:
858
858
# 66| getBranch/getInClause: [InClause] in ... then ...
859
859
# 66| getPattern: [ArrayPattern] [ ..., * ]
860
860
# 66| getPrefixElement/getSuffixElement: [IntegerLiteral] 1
861
- # 66| getRestVariable : [LocalVariableAccess] x
861
+ # 66| getRestVariableAccess : [LocalVariableAccess] x
862
862
# 66| getSuffixElement: [IntegerLiteral] 3
863
863
# 67| getBranch/getInClause: [InClause] in ... then ...
864
864
# 67| getPattern: [ArrayPattern] [ ..., * ]
@@ -871,9 +871,9 @@ control/cases.rb:
871
871
# 69| getElement: [IntegerLiteral] 3
872
872
# 70| getBranch/getInClause: [InClause] in ... then ...
873
873
# 70| getPattern: [FindPattern] [ *,...,* ]
874
- # 70| getPrefix : [LocalVariableAccess] a
874
+ # 70| getPrefixVariableAccess : [LocalVariableAccess] a
875
875
# 70| getElement: [IntegerLiteral] 3
876
- # 70| getSuffix : [LocalVariableAccess] b
876
+ # 70| getSuffixVariableAccess : [LocalVariableAccess] b
877
877
# 71| getBranch/getInClause: [InClause] in ... then ...
878
878
# 71| getPattern: [HashPattern] { ..., ** }
879
879
# 71| getKey: [SymbolLiteral] :a
@@ -895,7 +895,7 @@ control/cases.rb:
895
895
# 75| getKey: [SymbolLiteral] :a
896
896
# 75| getValue: [IntegerLiteral] 5
897
897
# 75| getKey: [SymbolLiteral] :b
898
- # 75| getRestVariable : [LocalVariableAccess] map
898
+ # 75| getRestVariableAccess : [LocalVariableAccess] map
899
899
# 76| getBranch/getInClause: [InClause] in ... then ...
900
900
# 76| getPattern: [HashPattern] { ..., ** }
901
901
# 76| getKey: [SymbolLiteral] :a
@@ -960,7 +960,7 @@ control/cases.rb:
960
960
# 96| getBegin: [IntegerLiteral] 5
961
961
# 97| getBranch/getInClause: [InClause] in ... then ...
962
962
# 97| getPattern: [AsPattern] ... => ...
963
- # 97| getValue : [IntegerLiteral] 5
963
+ # 97| getPattern : [IntegerLiteral] 5
964
964
# 97| getVariableAccess: [LocalVariableAccess] x
965
965
# 98| getBranch/getInClause: [InClause] in ... then ...
966
966
# 98| getPattern: [AlternativePattern] ... | ...
@@ -1031,7 +1031,7 @@ control/cases.rb:
1031
1031
# 118| getClass: [ConstantReadAccess] Bar
1032
1032
# 118| getPrefixElement/getSuffixElement: [LocalVariableAccess] a
1033
1033
# 118| getPrefixElement/getSuffixElement: [LocalVariableAccess] b
1034
- # 118| getRestVariable : [LocalVariableAccess] c
1034
+ # 118| getRestVariableAccess : [LocalVariableAccess] c
1035
1035
# 118| getSuffixElement: [LocalVariableAccess] d
1036
1036
# 118| getSuffixElement: [LocalVariableAccess] e
1037
1037
# 123| getStmt: [CaseMatch] case ... in
@@ -1042,10 +1042,10 @@ control/cases.rb:
1042
1042
# 124| getElement: [LocalVariableAccess] x
1043
1043
# 125| getBranch/getInClause: [InClause] in ... then ...
1044
1044
# 125| getPattern: [FindPattern] [ *,...,* ]
1045
- # 125| getPrefix : [LocalVariableAccess] x
1045
+ # 125| getPrefixVariableAccess : [LocalVariableAccess] x
1046
1046
# 125| getElement: [IntegerLiteral] 1
1047
1047
# 125| getElement: [IntegerLiteral] 2
1048
- # 125| getSuffix : [LocalVariableAccess] y
1048
+ # 125| getSuffixVariableAccess : [LocalVariableAccess] y
1049
1049
# 126| getBranch/getInClause: [InClause] in ... then ...
1050
1050
# 126| getPattern: [FindPattern] [ *,...,* ]
1051
1051
# 126| getClass: [ConstantReadAccess] Bar
@@ -1076,7 +1076,7 @@ control/cases.rb:
1076
1076
# 136| getKey: [SymbolLiteral] :x
1077
1077
# 136| getValue: [IntegerLiteral] 1
1078
1078
# 136| getKey: [SymbolLiteral] :a
1079
- # 136| getRestVariable : [LocalVariableAccess] rest
1079
+ # 136| getRestVariableAccess : [LocalVariableAccess] rest
1080
1080
# 137| getBranch/getInClause: [InClause] in ... then ...
1081
1081
# 137| getPattern: [HashPattern] { ..., ** }
1082
1082
# 137| getClass: [ConstantReadAccess] Foo
0 commit comments