-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regenerated meta-model (includedFile + statementFunction and supoercl…
…asses)
- Loading branch information
anquetil
committed
Jun 11, 2024
1 parent
91fc1ca
commit a94a52b
Showing
9 changed files
with
61 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/Famix-Fortran77-Entities/FamixTWithStatements.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Extension { #name : #FamixTWithStatements } | ||
|
||
{ #category : #'*Famix-Fortran77-Entities-accessing' } | ||
FamixTWithStatements >> statementFunctions [ | ||
"Relation named: #statementFunctions type: #FamixF77StatementFunction opposite: #parentEntity" | ||
|
||
<generated> | ||
<FMComment: 'Statement functions defined in the body'> | ||
<derived> | ||
<FMProperty: #statementFunctions type: #FamixF77StatementFunction opposite: #parentEntity> | ||
<package: #'Famix-Fortran77-Entities'> | ||
^ self attributeAt: #statementFunctions ifAbsentPut: [ FMMultivalueLink on: self opposite: #parentEntity: ] | ||
] | ||
|
||
{ #category : #'*Famix-Fortran77-Entities-accessing' } | ||
FamixTWithStatements >> statementFunctions: anObject [ | ||
|
||
<generated> | ||
self statementFunctions value: anObject | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters