Skip to content

Commit eea8551

Browse files
authored
Merge pull request #190 from moosetechnology/transformation
Adding an helper method FamixF77StatementFunction >> programFile
2 parents 4a4826c + 2b4bb86 commit eea8551

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/EsopeImporter/FamixF77StatementFunction.extension.st

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,12 @@ FamixF77StatementFunction >> implicitTypeFor: variableName [
4242

4343
^parentEntity implicitTypeFor: variableName
4444
]
45+
46+
{ #category : '*EsopeImporter' }
47+
FamixF77StatementFunction >> programFile [
48+
49+
"This should be an extension of Famix-Fortran-Visitor or something like that.
50+
but that package does not exist..."
51+
52+
^parentEntity programFile
53+
]

0 commit comments

Comments
 (0)