Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyAsPattern.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ FASTPyAsPattern >> source: anObject [
source := anObject
]

{ #category : 'navigation' }
FASTPyAsPattern >> sourceGroup [
<generated>
<navigation: 'Source'>
^ MooseSpecializedGroup with: self source
]

{ #category : 'accessing' }
FASTPyAsPattern >> target [
"Relation named: #target type: #FASTPyTAsPatternTarget opposite: #parentAsPatternTarget"
Expand All @@ -77,10 +70,3 @@ FASTPyAsPattern >> target: anObject [
<generated>
target := anObject
]

{ #category : 'navigation' }
FASTPyAsPattern >> targetGroup [
<generated>
<navigation: 'Target'>
^ MooseSpecializedGroup with: self target
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyAssertStatement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,3 @@ FASTPyAssertStatement >> expressions: anObject [
<generated>
expressions value: anObject
]

{ #category : 'navigation' }
FASTPyAssertStatement >> expressionsGroup [
<generated>
<navigation: 'Expressions'>
^ MooseSpecializedGroup withAll: self expressions asSet
]
21 changes: 0 additions & 21 deletions src/FAST-Python-Model/FASTPyAssignment.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ FASTPyAssignment >> left: anObject [
left := anObject
]

{ #category : 'navigation' }
FASTPyAssignment >> leftGroup [
<generated>
<navigation: 'Left'>
^ MooseSpecializedGroup with: self left
]

{ #category : 'accessing' }
FASTPyAssignment >> right [
"Relation named: #right type: #FASTPyExpression opposite: #parentAssignmentRight"
Expand All @@ -89,13 +82,6 @@ FASTPyAssignment >> right: anObject [
right := anObject
]

{ #category : 'navigation' }
FASTPyAssignment >> rightGroup [
<generated>
<navigation: 'Right'>
^ MooseSpecializedGroup with: self right
]

{ #category : 'accessing' }
FASTPyAssignment >> type [
"Relation named: #type type: #FASTPyType opposite: #parentAssignment"
Expand All @@ -110,10 +96,3 @@ FASTPyAssignment >> type: anObject [
<generated>
type := anObject
]

{ #category : 'navigation' }
FASTPyAssignment >> typeGroup [
<generated>
<navigation: 'Type'>
^ MooseSpecializedGroup with: self type
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyAttributeAccess.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,3 @@ FASTPyAttributeAccess >> value: anObject [
<generated>
value := anObject
]

{ #category : 'navigation' }
FASTPyAttributeAccess >> valueGroup [
<generated>
<navigation: 'Value'>
^ MooseSpecializedGroup with: self value
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyAwait.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,3 @@ FASTPyAwait >> expression: anObject [
<generated>
expression := anObject
]

{ #category : 'navigation' }
FASTPyAwait >> expressionGroup [
<generated>
<navigation: 'Expression'>
^ MooseSpecializedGroup with: self expression
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyCall.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,3 @@ FASTPyCall >> callee: anObject [
<generated>
callee := anObject
]

{ #category : 'navigation' }
FASTPyCall >> calleeGroup [
<generated>
<navigation: 'Callee'>
^ MooseSpecializedGroup with: self callee
]
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyCaseClause.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ FASTPyCaseClause >> parentMatchStatement: anObject [
parentMatchStatement := anObject
]

{ #category : 'navigation' }
FASTPyCaseClause >> parentMatchStatementGroup [
<generated>
<navigation: 'ParentMatchStatement'>
^ MooseSpecializedGroup with: self parentMatchStatement
]

{ #category : 'accessing' }
FASTPyCaseClause >> pattern [
"Relation named: #pattern type: #FASTPyTPattern opposite: #parentCaseClause"
Expand All @@ -106,10 +99,3 @@ FASTPyCaseClause >> pattern: anObject [
<generated>
pattern := anObject
]

{ #category : 'navigation' }
FASTPyCaseClause >> patternGroup [
<generated>
<navigation: 'Pattern'>
^ MooseSpecializedGroup with: self pattern
]
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyChevron.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ FASTPyChevron >> expression: anObject [
expression := anObject
]

{ #category : 'navigation' }
FASTPyChevron >> expressionGroup [
<generated>
<navigation: 'Expression'>
^ MooseSpecializedGroup with: self expression
]

{ #category : 'accessing' }
FASTPyChevron >> parentPrintStatement [
"Relation named: #parentPrintStatement type: #FASTPyPrintStatement opposite: #redirection"
Expand All @@ -76,10 +69,3 @@ FASTPyChevron >> parentPrintStatement: anObject [
<generated>
parentPrintStatement := anObject
]

{ #category : 'navigation' }
FASTPyChevron >> parentPrintStatementGroup [
<generated>
<navigation: 'ParentPrintStatement'>
^ MooseSpecializedGroup with: self parentPrintStatement
]
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyClassDefinition.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ FASTPyClassDefinition >> keywords: anObject [
keywords value: anObject
]

{ #category : 'navigation' }
FASTPyClassDefinition >> keywordsGroup [
<generated>
<navigation: 'Keywords'>
^ MooseSpecializedGroup withAll: self keywords asSet
]

{ #category : 'accessing' }
FASTPyClassDefinition >> superclasses [
"Relation named: #superclasses type: #FASTPyTSuperclass opposite: #parentClassDefinition"
Expand All @@ -112,10 +105,3 @@ FASTPyClassDefinition >> superclasses: anObject [
<generated>
superclasses value: anObject
]

{ #category : 'navigation' }
FASTPyClassDefinition >> superclassesGroup [
<generated>
<navigation: 'Superclasses'>
^ MooseSpecializedGroup withAll: self superclasses asSet
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyClassPattern.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,3 @@ FASTPyClassPattern >> elements: anObject [
<generated>
elements value: anObject
]

{ #category : 'navigation' }
FASTPyClassPattern >> elementsGroup [
<generated>
<navigation: 'Elements'>
^ MooseSpecializedGroup withAll: self elements asSet
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyCollectionInitializer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,3 @@ FASTPyCollectionInitializer >> initializers: anObject [
<generated>
initializers value: anObject
]

{ #category : 'navigation' }
FASTPyCollectionInitializer >> initializersGroup [
<generated>
<navigation: 'Initializers'>
^ MooseSpecializedGroup withAll: self initializers asSet
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyComparisonOperator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ FASTPyComparisonOperator >> operands: anObject [
operands value: anObject
]

{ #category : 'navigation' }
FASTPyComparisonOperator >> operandsGroup [
<generated>
<navigation: 'Operands'>
^ MooseSpecializedGroup withAll: self operands asSet
]

{ #category : 'accessing' }
FASTPyComparisonOperator >> operators [

Expand Down
21 changes: 0 additions & 21 deletions src/FAST-Python-Model/FASTPyComprehension.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ FASTPyComprehension >> body: anObject [
body := anObject
]

{ #category : 'navigation' }
FASTPyComprehension >> bodyGroup [
<generated>
<navigation: 'Body'>
^ MooseSpecializedGroup with: self body
]

{ #category : 'accessing' }
FASTPyComprehension >> conditions [
"Relation named: #conditions type: #FASTPyExpression opposite: #parentComprehensionCondition"
Expand All @@ -93,13 +86,6 @@ FASTPyComprehension >> conditions: anObject [
conditions value: anObject
]

{ #category : 'navigation' }
FASTPyComprehension >> conditionsGroup [
<generated>
<navigation: 'Conditions'>
^ MooseSpecializedGroup withAll: self conditions asSet
]

{ #category : 'accessing' }
FASTPyComprehension >> forClauses [
"Relation named: #forClauses type: #FASTPyExpression opposite: #parentComprehensionForClause"
Expand All @@ -115,10 +101,3 @@ FASTPyComprehension >> forClauses: anObject [
<generated>
forClauses value: anObject
]

{ #category : 'navigation' }
FASTPyComprehension >> forClausesGroup [
<generated>
<navigation: 'ForClauses'>
^ MooseSpecializedGroup withAll: self forClauses asSet
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyConcatenatedString.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,3 @@ FASTPyConcatenatedString >> strings: anObject [
<generated>
strings value: anObject
]

{ #category : 'navigation' }
FASTPyConcatenatedString >> stringsGroup [
<generated>
<navigation: 'Strings'>
^ MooseSpecializedGroup withAll: self strings asSet
]
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyConditionalExpression.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ FASTPyConditionalExpression >> elseExpression: anObject [
elseExpression := anObject
]

{ #category : 'navigation' }
FASTPyConditionalExpression >> elseExpressionGroup [
<generated>
<navigation: 'ElseExpression'>
^ MooseSpecializedGroup with: self elseExpression
]

{ #category : 'accessing' }
FASTPyConditionalExpression >> thenExpression [
"Relation named: #thenExpression type: #FASTPyExpression opposite: #parentConditionalExpressionThen"
Expand All @@ -80,10 +73,3 @@ FASTPyConditionalExpression >> thenExpression: anObject [
<generated>
thenExpression := anObject
]

{ #category : 'navigation' }
FASTPyConditionalExpression >> thenExpressionGroup [
<generated>
<navigation: 'ThenExpression'>
^ MooseSpecializedGroup with: self thenExpression
]
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyConstrainedType.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ FASTPyConstrainedType >> bound: anObject [
bound := anObject
]

{ #category : 'navigation' }
FASTPyConstrainedType >> boundGroup [
<generated>
<navigation: 'Bound'>
^ MooseSpecializedGroup with: self bound
]

{ #category : 'accessing' }
FASTPyConstrainedType >> type [
"Relation named: #type type: #FASTPyType opposite: #parentContrainedType"
Expand All @@ -77,10 +70,3 @@ FASTPyConstrainedType >> type: anObject [
<generated>
type := anObject
]

{ #category : 'navigation' }
FASTPyConstrainedType >> typeGroup [
<generated>
<navigation: 'Type'>
^ MooseSpecializedGroup with: self type
]
14 changes: 0 additions & 14 deletions src/FAST-Python-Model/FASTPyDecorator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ FASTPyDecorator >> expression: anObject [
expression := anObject
]

{ #category : 'navigation' }
FASTPyDecorator >> expressionGroup [
<generated>
<navigation: 'Expression'>
^ MooseSpecializedGroup with: self expression
]

{ #category : 'accessing' }
FASTPyDecorator >> parentDefinition [
"Relation named: #parentDefinition type: #FASTPyTDefinition opposite: #decorators"
Expand All @@ -75,10 +68,3 @@ FASTPyDecorator >> parentDefinition: anObject [
<generated>
parentDefinition := anObject
]

{ #category : 'navigation' }
FASTPyDecorator >> parentDefinitionGroup [
<generated>
<navigation: 'ParentDefinition'>
^ MooseSpecializedGroup with: self parentDefinition
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyDeleteStatement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,3 @@ FASTPyDeleteStatement >> expression: anObject [
<generated>
expression := anObject
]

{ #category : 'navigation' }
FASTPyDeleteStatement >> expressionGroup [
<generated>
<navigation: 'Expression'>
^ MooseSpecializedGroup with: self expression
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyElifClause.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,3 @@ FASTPyElifClause >> parentIfStatement: anObject [
<generated>
parentIfStatement := anObject
]

{ #category : 'navigation' }
FASTPyElifClause >> parentIfStatementGroup [
<generated>
<navigation: 'ParentIfStatement'>
^ MooseSpecializedGroup with: self parentIfStatement
]
7 changes: 0 additions & 7 deletions src/FAST-Python-Model/FASTPyElseClause.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,3 @@ FASTPyElseClause >> parentIfStatement: anObject [
<generated>
parentIfStatement := anObject
]

{ #category : 'navigation' }
FASTPyElseClause >> parentIfStatementGroup [
<generated>
<navigation: 'ParentIfStatement'>
^ MooseSpecializedGroup with: self parentIfStatement
]
Loading
Loading