Skip to content

Commit

Permalink
PharoExporter: Should not implement visitEnumValue:
Browse files Browse the repository at this point in the history
There are no enums in Pharo
  • Loading branch information
Gabriel-Darbord committed Apr 17, 2024
1 parent 070263d commit 7837ce5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Famix-Value-Exporter/FamixValue2PharoVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ FamixValue2PharoVisitor >> visitDictionary: dictionary [
arguments: { (self ensureVisited: assoc value) } ])) }
]

{ #category : #visiting }
FamixValue2PharoVisitor >> visitEnumValue: enumValue [

self shouldNotImplement
]

{ #category : #visiting }
FamixValue2PharoVisitor >> visitObject: object [

Expand Down

0 comments on commit 7837ce5

Please sign in to comment.