-
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.
Merge pull request #170 from moosetechnology/work-around-famix-808
extension methods to work around issue Famix#808
- Loading branch information
Showing
66 changed files
with
1,002 additions
and
855 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
Extension { #name : #FamixEsopeCommand } | ||
Extension { #name : 'FamixEsopeCommand' } | ||
|
||
{ #category : #'*EsopeImporter' } | ||
{ #category : '*EsopeImporter' } | ||
FamixEsopeCommand >> famixImportSanityCheck [ | ||
|
||
super famixImportSanityCheck. | ||
|
||
self sanityCheck: (variable declaredType isEsopeSegment) description: 'EsopeCommand on non-pointer variable'. | ||
] | ||
|
||
{ #category : '*EsopeImporter' } | ||
FamixEsopeCommand class >> metamodel [ | ||
"temporary solution to issue https://github.com/moosetechnology/Famix/issues/808" | ||
|
||
^ FamixEsopeModel metamodel | ||
] |
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,8 @@ | ||
Extension { #name : 'FamixEsopeDimentionalInteger' } | ||
|
||
{ #category : '*EsopeImporter' } | ||
FamixEsopeDimentionalInteger class >> metamodel [ | ||
"temporary solution to issue https://github.com/moosetechnology/Famix/issues/808" | ||
|
||
^ FamixEsopeModel metamodel | ||
] |
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,8 @@ | ||
Extension { #name : 'FamixEsopeImplicitPointer' } | ||
|
||
{ #category : '*EsopeImporter' } | ||
FamixEsopeImplicitPointer class >> metamodel [ | ||
"temporary solution to issue https://github.com/moosetechnology/Famix/issues/808" | ||
|
||
^ FamixEsopeModel metamodel | ||
] |
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,8 @@ | ||
Extension { #name : 'FamixEsopeImportingContext' } | ||
|
||
{ #category : '*EsopeImporter' } | ||
FamixEsopeImportingContext class >> metamodel [ | ||
"temporary solution to issue https://github.com/moosetechnology/Famix/issues/808" | ||
|
||
^ FamixEsopeModel metamodel | ||
] |
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
Oops, something went wrong.