@@ -200,14 +200,14 @@ func (_f *Factory) ConstructKVOptionsItem(
200
200
// ancestors via a call to the corresponding factory Construct methods. Here
201
201
// is example usage:
202
202
//
203
- // var replace func(e opt.Expr) opt.Expr
204
- // replace = func(e opt.Expr) opt.Expr {
205
- // if e.Op() == opt.VariableOp {
206
- // return getReplaceVar(e)
207
- // }
208
- // return factory.Replace(e, replace)
209
- // }
210
- // replace(root, replace)
203
+ // var replace func(e opt.Expr) opt.Expr
204
+ // replace = func(e opt.Expr) opt.Expr {
205
+ // if e.Op() == opt.VariableOp {
206
+ // return getReplaceVar(e)
207
+ // }
208
+ // return factory.Replace(e, replace)
209
+ // }
210
+ // replace(root, replace)
211
211
//
212
212
// Here, all variables in the tree are being replaced by some other expression
213
213
// in a pre-order traversal of the tree. Post-order traversal is trivially
@@ -547,14 +547,14 @@ SKIP_RULES:
547
547
// ancestors via a call to the corresponding factory Construct methods. Here
548
548
// is example usage:
549
549
//
550
- // var replace func(e opt.Expr) opt.Expr
551
- // replace = func(e opt.Expr) opt.Expr {
552
- // if e.Op() == opt.VariableOp {
553
- // return getReplaceVar(e)
554
- // }
555
- // return factory.Replace(e, replace)
556
- // }
557
- // replace(root, replace)
550
+ // var replace func(e opt.Expr) opt.Expr
551
+ // replace = func(e opt.Expr) opt.Expr {
552
+ // if e.Op() == opt.VariableOp {
553
+ // return getReplaceVar(e)
554
+ // }
555
+ // return factory.Replace(e, replace)
556
+ // }
557
+ // replace(root, replace)
558
558
//
559
559
// Here, all variables in the tree are being replaced by some other expression
560
560
// in a pre-order traversal of the tree. Post-order traversal is trivially
@@ -704,14 +704,14 @@ SKIP_RULES:
704
704
// ancestors via a call to the corresponding factory Construct methods. Here
705
705
// is example usage:
706
706
//
707
- // var replace func(e opt.Expr) opt.Expr
708
- // replace = func(e opt.Expr) opt.Expr {
709
- // if e.Op() == opt.VariableOp {
710
- // return getReplaceVar(e)
711
- // }
712
- // return factory.Replace(e, replace)
713
- // }
714
- // replace(root, replace)
707
+ // var replace func(e opt.Expr) opt.Expr
708
+ // replace = func(e opt.Expr) opt.Expr {
709
+ // if e.Op() == opt.VariableOp {
710
+ // return getReplaceVar(e)
711
+ // }
712
+ // return factory.Replace(e, replace)
713
+ // }
714
+ // replace(root, replace)
715
715
//
716
716
// Here, all variables in the tree are being replaced by some other expression
717
717
// in a pre-order traversal of the tree. Post-order traversal is trivially
@@ -898,14 +898,14 @@ SKIP_RULES:
898
898
// ancestors via a call to the corresponding factory Construct methods. Here
899
899
// is example usage:
900
900
//
901
- // var replace func(e opt.Expr) opt.Expr
902
- // replace = func(e opt.Expr) opt.Expr {
903
- // if e.Op() == opt.VariableOp {
904
- // return getReplaceVar(e)
905
- // }
906
- // return factory.Replace(e, replace)
907
- // }
908
- // replace(root, replace)
901
+ // var replace func(e opt.Expr) opt.Expr
902
+ // replace = func(e opt.Expr) opt.Expr {
903
+ // if e.Op() == opt.VariableOp {
904
+ // return getReplaceVar(e)
905
+ // }
906
+ // return factory.Replace(e, replace)
907
+ // }
908
+ // replace(root, replace)
909
909
//
910
910
// Here, all variables in the tree are being replaced by some other expression
911
911
// in a pre-order traversal of the tree. Post-order traversal is trivially
@@ -1158,14 +1158,14 @@ SKIP_RULES:
1158
1158
// ancestors via a call to the corresponding factory Construct methods. Here
1159
1159
// is example usage:
1160
1160
//
1161
- // var replace func(e opt.Expr) opt.Expr
1162
- // replace = func(e opt.Expr) opt.Expr {
1163
- // if e.Op() == opt.VariableOp {
1164
- // return getReplaceVar(e)
1165
- // }
1166
- // return factory.Replace(e, replace)
1167
- // }
1168
- // replace(root, replace)
1161
+ // var replace func(e opt.Expr) opt.Expr
1162
+ // replace = func(e opt.Expr) opt.Expr {
1163
+ // if e.Op() == opt.VariableOp {
1164
+ // return getReplaceVar(e)
1165
+ // }
1166
+ // return factory.Replace(e, replace)
1167
+ // }
1168
+ // replace(root, replace)
1169
1169
//
1170
1170
// Here, all variables in the tree are being replaced by some other expression
1171
1171
// in a pre-order traversal of the tree. Post-order traversal is trivially
@@ -1478,14 +1478,14 @@ SKIP_RULES:
1478
1478
// ancestors via a call to the corresponding factory Construct methods. Here
1479
1479
// is example usage:
1480
1480
//
1481
- // var replace func(e opt.Expr) opt.Expr
1482
- // replace = func(e opt.Expr) opt.Expr {
1483
- // if e.Op() == opt.VariableOp {
1484
- // return getReplaceVar(e)
1485
- // }
1486
- // return factory.Replace(e, replace)
1487
- // }
1488
- // replace(root, replace)
1481
+ // var replace func(e opt.Expr) opt.Expr
1482
+ // replace = func(e opt.Expr) opt.Expr {
1483
+ // if e.Op() == opt.VariableOp {
1484
+ // return getReplaceVar(e)
1485
+ // }
1486
+ // return factory.Replace(e, replace)
1487
+ // }
1488
+ // replace(root, replace)
1489
1489
//
1490
1490
// Here, all variables in the tree are being replaced by some other expression
1491
1491
// in a pre-order traversal of the tree. Post-order traversal is trivially
0 commit comments