|
66 | 66 | }, |
67 | 67 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
68 | 68 | '@token': "+", |
69 | | - '@role': [Add, Arithmetic, Binary, Expression], |
| 69 | + '@role': [Add, Arithmetic, Binary, Expression, Operator], |
70 | 70 | '@pos': { '@type': "uast:Positions", |
71 | 71 | start: { '@type': "uast:Position", |
72 | 72 | offset: 15, |
|
160 | 160 | }, |
161 | 161 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
162 | 162 | '@token': "-", |
163 | | - '@role': [Arithmetic, Binary, Expression, Substract], |
| 163 | + '@role': [Arithmetic, Binary, Expression, Operator, Substract], |
164 | 164 | '@pos': { '@type': "uast:Positions", |
165 | 165 | start: { '@type': "uast:Position", |
166 | 166 | offset: 22, |
|
254 | 254 | }, |
255 | 255 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
256 | 256 | '@token': "*", |
257 | | - '@role': [Arithmetic, Binary, Expression, Multiply], |
| 257 | + '@role': [Arithmetic, Binary, Expression, Multiply, Operator], |
258 | 258 | '@pos': { '@type': "uast:Positions", |
259 | 259 | start: { '@type': "uast:Position", |
260 | 260 | offset: 29, |
|
348 | 348 | }, |
349 | 349 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
350 | 350 | '@token': "/", |
351 | | - '@role': [Arithmetic, Binary, Divide, Expression], |
| 351 | + '@role': [Arithmetic, Binary, Divide, Expression, Operator], |
352 | 352 | '@pos': { '@type': "uast:Positions", |
353 | 353 | start: { '@type': "uast:Position", |
354 | 354 | offset: 36, |
|
442 | 442 | }, |
443 | 443 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
444 | 444 | '@token': "%", |
445 | | - '@role': [Arithmetic, Binary, Expression, Modulo], |
| 445 | + '@role': [Arithmetic, Binary, Expression, Modulo, Operator], |
446 | 446 | '@pos': { '@type': "uast:Positions", |
447 | 447 | start: { '@type': "uast:Position", |
448 | 448 | offset: 43, |
|
956 | 956 | }, |
957 | 957 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
958 | 958 | '@token': "+=", |
959 | | - '@role': [Add, Arithmetic, Assignment, Binary, Expression], |
| 959 | + '@role': [Add, Arithmetic, Assignment, Binary, Expression, Operator], |
960 | 960 | '@pos': { '@type': "uast:Positions", |
961 | 961 | start: { '@type': "uast:Position", |
962 | 962 | offset: 91, |
|
1063 | 1063 | }, |
1064 | 1064 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
1065 | 1065 | '@token': "-=", |
1066 | | - '@role': [Arithmetic, Assignment, Binary, Expression, Substract], |
| 1066 | + '@role': [Arithmetic, Assignment, Binary, Expression, Operator, Substract], |
1067 | 1067 | '@pos': { '@type': "uast:Positions", |
1068 | 1068 | start: { '@type': "uast:Position", |
1069 | 1069 | offset: 99, |
|
1170 | 1170 | }, |
1171 | 1171 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
1172 | 1172 | '@token': "/=", |
1173 | | - '@role': [Arithmetic, Assignment, Binary, Divide, Expression], |
| 1173 | + '@role': [Arithmetic, Assignment, Binary, Divide, Expression, Operator], |
1174 | 1174 | '@pos': { '@type': "uast:Positions", |
1175 | 1175 | start: { '@type': "uast:Position", |
1176 | 1176 | offset: 107, |
|
1277 | 1277 | }, |
1278 | 1278 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
1279 | 1279 | '@token': "*=", |
1280 | | - '@role': [Arithmetic, Assignment, Binary, Expression, Multiply], |
| 1280 | + '@role': [Arithmetic, Assignment, Binary, Expression, Multiply, Operator], |
1281 | 1281 | '@pos': { '@type': "uast:Positions", |
1282 | 1282 | start: { '@type': "uast:Position", |
1283 | 1283 | offset: 115, |
|
1384 | 1384 | }, |
1385 | 1385 | 'Prop_Expression': { '@type': "cpp:CPPASTBinaryExpression", |
1386 | 1386 | '@token': "%=", |
1387 | | - '@role': [Arithmetic, Assignment, Binary, Expression, Modulo], |
| 1387 | + '@role': [Arithmetic, Assignment, Binary, Expression, Modulo, Operator], |
1388 | 1388 | '@pos': { '@type': "uast:Positions", |
1389 | 1389 | start: { '@type': "uast:Position", |
1390 | 1390 | offset: 123, |
|
0 commit comments