Skip to content

Commit fdd9727

Browse files
committed
Regenerate to non used groups
1 parent 2fc28ae commit fdd9727

81 files changed

Lines changed: 0 additions & 1050 deletions

File tree

Some content is hidden

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

src/FAST-Python-Model/FASTPyAsPattern.class.st

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ FASTPyAsPattern >> source: anObject [
5656
source := anObject
5757
]
5858

59-
{ #category : 'navigation' }
60-
FASTPyAsPattern >> sourceGroup [
61-
<generated>
62-
<navigation: 'Source'>
63-
^ MooseSpecializedGroup with: self source
64-
]
65-
6659
{ #category : 'accessing' }
6760
FASTPyAsPattern >> target [
6861
"Relation named: #target type: #FASTPyTAsPatternTarget opposite: #parentAsPatternTarget"
@@ -77,10 +70,3 @@ FASTPyAsPattern >> target: anObject [
7770
<generated>
7871
target := anObject
7972
]
80-
81-
{ #category : 'navigation' }
82-
FASTPyAsPattern >> targetGroup [
83-
<generated>
84-
<navigation: 'Target'>
85-
^ MooseSpecializedGroup with: self target
86-
]

src/FAST-Python-Model/FASTPyAssertStatement.class.st

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,3 @@ FASTPyAssertStatement >> expressions: anObject [
5454
<generated>
5555
expressions value: anObject
5656
]
57-
58-
{ #category : 'navigation' }
59-
FASTPyAssertStatement >> expressionsGroup [
60-
<generated>
61-
<navigation: 'Expressions'>
62-
^ MooseSpecializedGroup withAll: self expressions asSet
63-
]

src/FAST-Python-Model/FASTPyAssignment.class.st

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ FASTPyAssignment >> left: anObject [
6767
left := anObject
6868
]
6969

70-
{ #category : 'navigation' }
71-
FASTPyAssignment >> leftGroup [
72-
<generated>
73-
<navigation: 'Left'>
74-
^ MooseSpecializedGroup with: self left
75-
]
76-
7770
{ #category : 'accessing' }
7871
FASTPyAssignment >> right [
7972
"Relation named: #right type: #FASTPyExpression opposite: #parentAssignmentRight"
@@ -89,13 +82,6 @@ FASTPyAssignment >> right: anObject [
8982
right := anObject
9083
]
9184

92-
{ #category : 'navigation' }
93-
FASTPyAssignment >> rightGroup [
94-
<generated>
95-
<navigation: 'Right'>
96-
^ MooseSpecializedGroup with: self right
97-
]
98-
9985
{ #category : 'accessing' }
10086
FASTPyAssignment >> type [
10187
"Relation named: #type type: #FASTPyType opposite: #parentAssignment"
@@ -110,10 +96,3 @@ FASTPyAssignment >> type: anObject [
11096
<generated>
11197
type := anObject
11298
]
113-
114-
{ #category : 'navigation' }
115-
FASTPyAssignment >> typeGroup [
116-
<generated>
117-
<navigation: 'Type'>
118-
^ MooseSpecializedGroup with: self type
119-
]

src/FAST-Python-Model/FASTPyAttributeAccess.class.st

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,3 @@ FASTPyAttributeAccess >> value: anObject [
7474
<generated>
7575
value := anObject
7676
]
77-
78-
{ #category : 'navigation' }
79-
FASTPyAttributeAccess >> valueGroup [
80-
<generated>
81-
<navigation: 'Value'>
82-
^ MooseSpecializedGroup with: self value
83-
]

src/FAST-Python-Model/FASTPyAwait.class.st

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,3 @@ FASTPyAwait >> expression: anObject [
4646
<generated>
4747
expression := anObject
4848
]
49-
50-
{ #category : 'navigation' }
51-
FASTPyAwait >> expressionGroup [
52-
<generated>
53-
<navigation: 'Expression'>
54-
^ MooseSpecializedGroup with: self expression
55-
]

src/FAST-Python-Model/FASTPyCall.class.st

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,3 @@ FASTPyCall >> callee: anObject [
8484
<generated>
8585
callee := anObject
8686
]
87-
88-
{ #category : 'navigation' }
89-
FASTPyCall >> calleeGroup [
90-
<generated>
91-
<navigation: 'Callee'>
92-
^ MooseSpecializedGroup with: self callee
93-
]

src/FAST-Python-Model/FASTPyCaseClause.class.st

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ FASTPyCaseClause >> parentMatchStatement: anObject [
8585
parentMatchStatement := anObject
8686
]
8787

88-
{ #category : 'navigation' }
89-
FASTPyCaseClause >> parentMatchStatementGroup [
90-
<generated>
91-
<navigation: 'ParentMatchStatement'>
92-
^ MooseSpecializedGroup with: self parentMatchStatement
93-
]
94-
9588
{ #category : 'accessing' }
9689
FASTPyCaseClause >> pattern [
9790
"Relation named: #pattern type: #FASTPyTPattern opposite: #parentCaseClause"
@@ -106,10 +99,3 @@ FASTPyCaseClause >> pattern: anObject [
10699
<generated>
107100
pattern := anObject
108101
]
109-
110-
{ #category : 'navigation' }
111-
FASTPyCaseClause >> patternGroup [
112-
<generated>
113-
<navigation: 'Pattern'>
114-
^ MooseSpecializedGroup with: self pattern
115-
]

src/FAST-Python-Model/FASTPyChevron.class.st

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ FASTPyChevron >> expression: anObject [
5353
expression := anObject
5454
]
5555

56-
{ #category : 'navigation' }
57-
FASTPyChevron >> expressionGroup [
58-
<generated>
59-
<navigation: 'Expression'>
60-
^ MooseSpecializedGroup with: self expression
61-
]
62-
6356
{ #category : 'accessing' }
6457
FASTPyChevron >> parentPrintStatement [
6558
"Relation named: #parentPrintStatement type: #FASTPyPrintStatement opposite: #redirection"
@@ -76,10 +69,3 @@ FASTPyChevron >> parentPrintStatement: anObject [
7669
<generated>
7770
parentPrintStatement := anObject
7871
]
79-
80-
{ #category : 'navigation' }
81-
FASTPyChevron >> parentPrintStatementGroup [
82-
<generated>
83-
<navigation: 'ParentPrintStatement'>
84-
^ MooseSpecializedGroup with: self parentPrintStatement
85-
]

src/FAST-Python-Model/FASTPyClassDefinition.class.st

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ FASTPyClassDefinition >> keywords: anObject [
9090
keywords value: anObject
9191
]
9292

93-
{ #category : 'navigation' }
94-
FASTPyClassDefinition >> keywordsGroup [
95-
<generated>
96-
<navigation: 'Keywords'>
97-
^ MooseSpecializedGroup withAll: self keywords asSet
98-
]
99-
10093
{ #category : 'accessing' }
10194
FASTPyClassDefinition >> superclasses [
10295
"Relation named: #superclasses type: #FASTPyTSuperclass opposite: #parentClassDefinition"
@@ -112,10 +105,3 @@ FASTPyClassDefinition >> superclasses: anObject [
112105
<generated>
113106
superclasses value: anObject
114107
]
115-
116-
{ #category : 'navigation' }
117-
FASTPyClassDefinition >> superclassesGroup [
118-
<generated>
119-
<navigation: 'Superclasses'>
120-
^ MooseSpecializedGroup withAll: self superclasses asSet
121-
]

src/FAST-Python-Model/FASTPyClassPattern.class.st

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ FASTPyClassPattern >> elements: anObject [
6262
<generated>
6363
elements value: anObject
6464
]
65-
66-
{ #category : 'navigation' }
67-
FASTPyClassPattern >> elementsGroup [
68-
<generated>
69-
<navigation: 'Elements'>
70-
^ MooseSpecializedGroup withAll: self elements asSet
71-
]

0 commit comments

Comments
 (0)