|
14 | 14 | | `comprehensionClauseOwner` | `FASTPyExpression` | `clauses` | `FASTPyTComprehension` | | |
15 | 15 | | `conditionalExpressionElseOwner` | `FASTPyExpression` | `elseExpression` | `FASTPyConditionalExpression` | | |
16 | 16 | | `conditionalExpressionThenOwner` | `FASTPyExpression` | `thenExpression` | `FASTPyConditionalExpression` | | |
17 | | -| `deleteOwner` | `FASTPyExpression` | `expression` | `FASTPyDeleteStatement` | The delete statement that own the expression (if it's the case)| |
18 | 17 | | `expressionStatementOwner` | `FASTTExpression` | `expression` | `FASTTExpressionStatement` | The expression statement that own me (if it's the case| |
19 | 18 | | `forInClauseLeftOwner` | `FASTPyExpression` | `left` | `FASTPyForInClause` | | |
20 | 19 | | `forInClauseRightOwner` | `FASTPyExpression` | `right` | `FASTPyForInClause` | | |
@@ -68,7 +67,6 @@ Class { |
68 | 67 | '#comprehensionClauseOwner => FMOne type: #FASTPyTComprehension opposite: #clauses', |
69 | 68 | '#conditionalExpressionElseOwner => FMOne type: #FASTPyConditionalExpression opposite: #elseExpression', |
70 | 69 | '#conditionalExpressionThenOwner => FMOne type: #FASTPyConditionalExpression opposite: #thenExpression', |
71 | | - '#deleteOwner => FMOne type: #FASTPyDeleteStatement opposite: #expression', |
72 | 70 | '#forInClauseLeftOwner => FMOne type: #FASTPyForInClause opposite: #left', |
73 | 71 | '#forInClauseRightOwner => FMOne type: #FASTPyForInClause opposite: #right', |
74 | 72 | '#forStatementLeftOwner => FMOne type: #FASTPyForStatement opposite: #right', |
@@ -276,31 +274,6 @@ FASTPyExpression >> conditionalExpressionThenOwnerGroup [ |
276 | 274 | ^ MooseSpecializedGroup with: self conditionalExpressionThenOwner |
277 | 275 | ] |
278 | 276 |
|
279 | | -{ #category : 'accessing' } |
280 | | -FASTPyExpression >> deleteOwner [ |
281 | | - "Relation named: #deleteOwner type: #FASTPyDeleteStatement opposite: #expression" |
282 | | - |
283 | | - <generated> |
284 | | - <FMComment: 'The delete statement that own the expression (if it''s the case)'> |
285 | | - <container> |
286 | | - <derived> |
287 | | - ^ deleteOwner |
288 | | -] |
289 | | - |
290 | | -{ #category : 'accessing' } |
291 | | -FASTPyExpression >> deleteOwner: anObject [ |
292 | | - |
293 | | - <generated> |
294 | | - deleteOwner := anObject |
295 | | -] |
296 | | - |
297 | | -{ #category : 'navigation' } |
298 | | -FASTPyExpression >> deleteOwnerGroup [ |
299 | | - <generated> |
300 | | - <navigation: 'DeleteOwner'> |
301 | | - ^ MooseSpecializedGroup with: self deleteOwner |
302 | | -] |
303 | | - |
304 | 277 | { #category : 'accessing' } |
305 | 278 | FASTPyExpression >> forInClauseLeftOwner [ |
306 | 279 | "Relation named: #forInClauseLeftOwner type: #FASTPyForInClause opposite: #left" |
|
0 commit comments