Skip to content

Commit fb1bb6e

Browse files
committed
Update prefix from FASTPython to FASTPy to be shorter
1 parent cfa4482 commit fb1bb6e

File tree

226 files changed

+2629
-2629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+2629
-2629
lines changed

src/FAST-Python-Model-Generator/FASTPythonMetamodelGenerator.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ FASTPythonMetamodelGenerator class >> packageName [
150150
{ #category : 'accessing' }
151151
FASTPythonMetamodelGenerator class >> prefix [
152152

153-
^ #FASTPython
153+
^ #FASTPy
154154
]
155155

156156
{ #category : 'accessing' }
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Class {
2+
#name : 'FASTPyAliasedImport',
3+
#superclass : 'FASTPyEntity',
4+
#category : 'FAST-Python-Model-Entities',
5+
#package : 'FAST-Python-Model',
6+
#tag : 'Entities'
7+
}
8+
9+
{ #category : 'meta' }
10+
FASTPyAliasedImport class >> annotation [
11+
12+
<FMClass: #AliasedImport super: #FASTPyEntity>
13+
<package: #'FAST-Python-Model'>
14+
<generated>
15+
^ self
16+
]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Class {
2+
#name : 'FASTPyArgumentList',
3+
#superclass : 'FASTPyEntity',
4+
#category : 'FAST-Python-Model-Entities',
5+
#package : 'FAST-Python-Model',
6+
#tag : 'Entities'
7+
}
8+
9+
{ #category : 'meta' }
10+
FASTPyArgumentList class >> annotation [
11+
12+
<FMClass: #ArgumentList super: #FASTPyEntity>
13+
<package: #'FAST-Python-Model'>
14+
<generated>
15+
^ self
16+
]

src/FAST-Python-Model/FASTPythonCall.class.st renamed to src/FAST-Python-Model/FASTPyAsPattern.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonCall',
3-
#superclass : 'FASTPythonEntity',
2+
#name : 'FASTPyAsPattern',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonCall class >> annotation [
10+
FASTPyAsPattern class >> annotation [
1111

12-
<FMClass: #Call super: #FASTPythonEntity>
12+
<FMClass: #AsPattern super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

src/FAST-Python-Model/FASTPythonAttribute.class.st renamed to src/FAST-Python-Model/FASTPyAsPatternTarget.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonAttribute',
3-
#superclass : 'FASTPythonEntity',
2+
#name : 'FASTPyAsPatternTarget',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonAttribute class >> annotation [
10+
FASTPyAsPatternTarget class >> annotation [
1111

12-
<FMClass: #Attribute super: #FASTPythonEntity>
12+
<FMClass: #AsPatternTarget super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

src/FAST-Python-Model/FASTPythonAsPattern.class.st renamed to src/FAST-Python-Model/FASTPyAssertStatement.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonAsPattern',
3-
#superclass : 'FASTPythonEntity',
2+
#name : 'FASTPyAssertStatement',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonAsPattern class >> annotation [
10+
FASTPyAssertStatement class >> annotation [
1111

12-
<FMClass: #AsPattern super: #FASTPythonEntity>
12+
<FMClass: #AssertStatement super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

src/FAST-Python-Model/FASTPythonNone.class.st renamed to src/FAST-Python-Model/FASTPyAssignment.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonNone',
3-
#superclass : 'FASTPythonLiteral',
2+
#name : 'FASTPyAssignment',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonNone class >> annotation [
10+
FASTPyAssignment class >> annotation [
1111

12-
<FMClass: #None super: #FASTPythonLiteral>
12+
<FMClass: #Assignment super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

src/FAST-Python-Model/FASTPythonList.class.st renamed to src/FAST-Python-Model/FASTPyAttribute.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonList',
3-
#superclass : 'FASTPythonEntity',
2+
#name : 'FASTPyAttribute',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonList class >> annotation [
10+
FASTPyAttribute class >> annotation [
1111

12-
<FMClass: #List super: #FASTPythonEntity>
12+
<FMClass: #Attribute super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

src/FAST-Python-Model/FASTPythonAliasedImport.class.st renamed to src/FAST-Python-Model/FASTPyAugmentedAssignment.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonAliasedImport',
3-
#superclass : 'FASTPythonEntity',
2+
#name : 'FASTPyAugmentedAssignment',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonAliasedImport class >> annotation [
10+
FASTPyAugmentedAssignment class >> annotation [
1111

12-
<FMClass: #AliasedImport super: #FASTPythonEntity>
12+
<FMClass: #AugmentedAssignment super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

src/FAST-Python-Model/FASTPythonSet.class.st renamed to src/FAST-Python-Model/FASTPyAwait.class.st

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Class {
2-
#name : 'FASTPythonSet',
3-
#superclass : 'FASTPythonEntity',
2+
#name : 'FASTPyAwait',
3+
#superclass : 'FASTPyEntity',
44
#category : 'FAST-Python-Model-Entities',
55
#package : 'FAST-Python-Model',
66
#tag : 'Entities'
77
}
88

99
{ #category : 'meta' }
10-
FASTPythonSet class >> annotation [
10+
FASTPyAwait class >> annotation [
1111

12-
<FMClass: #Set super: #FASTPythonEntity>
12+
<FMClass: #Await super: #FASTPyEntity>
1313
<package: #'FAST-Python-Model'>
1414
<generated>
1515
^ self

0 commit comments

Comments
 (0)