Skip to content

Commit

Permalink
splitting transformations tab into new class
Browse files Browse the repository at this point in the history
  • Loading branch information
j-brant committed Aug 21, 2024
1 parent 629b8b1 commit ac1607e
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 468 deletions.
18 changes: 18 additions & 0 deletions src/GT4SmaCC-Rewrite-Engine-UI/GtSmaCCRewritesLoaded.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Class {
#name : #GtSmaCCRewritesLoaded,
#superclass : #Announcement,
#instVars : [
'rewrites'
],
#category : #'GT4SmaCC-Rewrite-Engine-UI'
}

{ #category : #accessing }
GtSmaCCRewritesLoaded >> rewrites [
^ rewrites
]

{ #category : #accessing }
GtSmaCCRewritesLoaded >> rewrites: anObject [
rewrites := anObject
]
Loading

0 comments on commit ac1607e

Please sign in to comment.