Skip to content

Commit c15a0d7

Browse files
committed
ST6RI-830 Re-generated sysml xtext infrastructure
1 parent 9e0cc17 commit c15a0d7

19 files changed

Lines changed: 47295 additions & 35294 deletions
72 Bytes
Binary file not shown.

org.omg.sysml.xtext/src-gen/org/omg/sysml/xtext/parser/antlr/internal/InternalSysML.g

Lines changed: 48 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15941,7 +15941,7 @@ ruleTerminateNode returns [EObject current=null]
1594115941
|
1594215942
(
1594315943
(
15944-
('+' | '-' | '~' | 'not' | 'all' | 'null' | '(' | 'true' | 'false' | '.' | '*' | ';' | '{' | 'if' | RULE_STRING_VALUE | RULE_DECIMAL_VALUE | RULE_EXP_VALUE | RULE_ID | RULE_UNRESTRICTED_NAME)=>
15944+
('+' | '-' | '~' | 'not' | 'all' | 'null' | '(' | 'true' | 'false' | '.' | '*' | '$' | ';' | '{' | 'if' | RULE_STRING_VALUE | RULE_DECIMAL_VALUE | RULE_EXP_VALUE | RULE_ID | RULE_UNRESTRICTED_NAME)=>
1594515945
(
1594615946
{
1594715947
newCompositeNode(grammarAccess.getTerminateNodeAccess().getOwnedRelationshipNodeParameterMemberParserRuleCall_3_1_0_0());
@@ -28750,6 +28750,35 @@ ruleName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
2875028750
)
2875128751
;
2875228752

28753+
// Entry rule entryRuleGlobalQualification
28754+
entryRuleGlobalQualification returns [String current=null]:
28755+
{ newCompositeNode(grammarAccess.getGlobalQualificationRule()); }
28756+
iv_ruleGlobalQualification=ruleGlobalQualification
28757+
{ $current=$iv_ruleGlobalQualification.current.getText(); }
28758+
EOF;
28759+
28760+
// Rule GlobalQualification
28761+
ruleGlobalQualification returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
28762+
@init {
28763+
enterRule();
28764+
}
28765+
@after {
28766+
leaveRule();
28767+
}:
28768+
(
28769+
kw='$'
28770+
{
28771+
$current.merge(kw);
28772+
newLeafNode(kw, grammarAccess.getGlobalQualificationAccess().getDollarSignKeyword_0());
28773+
}
28774+
kw='::'
28775+
{
28776+
$current.merge(kw);
28777+
newLeafNode(kw, grammarAccess.getGlobalQualificationAccess().getColonColonKeyword_1());
28778+
}
28779+
)
28780+
;
28781+
2875328782
// Entry rule entryRuleQualification
2875428783
entryRuleQualification returns [String current=null]:
2875528784
{ newCompositeNode(grammarAccess.getQualificationRule()); }
@@ -28802,22 +28831,34 @@ ruleQualifiedName returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleT
2880228831
(
2880328832
(
2880428833
{
28805-
newCompositeNode(grammarAccess.getQualifiedNameAccess().getQualificationParserRuleCall_0());
28834+
newCompositeNode(grammarAccess.getQualifiedNameAccess().getGlobalQualificationParserRuleCall_0());
28835+
}
28836+
this_GlobalQualification_0=ruleGlobalQualification
28837+
{
28838+
$current.merge(this_GlobalQualification_0);
28839+
}
28840+
{
28841+
afterParserOrEnumRuleCall();
28842+
}
28843+
)?
28844+
(
28845+
{
28846+
newCompositeNode(grammarAccess.getQualifiedNameAccess().getQualificationParserRuleCall_1());
2880628847
}
28807-
this_Qualification_0=ruleQualification
28848+
this_Qualification_1=ruleQualification
2880828849
{
28809-
$current.merge(this_Qualification_0);
28850+
$current.merge(this_Qualification_1);
2881028851
}
2881128852
{
2881228853
afterParserOrEnumRuleCall();
2881328854
}
2881428855
)?
2881528856
{
28816-
newCompositeNode(grammarAccess.getQualifiedNameAccess().getNameParserRuleCall_1());
28857+
newCompositeNode(grammarAccess.getQualifiedNameAccess().getNameParserRuleCall_2());
2881728858
}
28818-
this_Name_1=ruleName
28859+
this_Name_2=ruleName
2881928860
{
28820-
$current.merge(this_Name_1);
28861+
$current.merge(this_Name_2);
2882128862
}
2882228863
{
2882328864
afterParserOrEnumRuleCall();

org.omg.sysml.xtext/src-gen/org/omg/sysml/xtext/parser/antlr/internal/InternalSysML.tokens

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'!='=154
22
'!=='=156
33
'#'=32
4+
'$'=172
45
'%'=167
56
'&'=151
67
'('=86
@@ -52,7 +53,7 @@
5253
'as'=160
5354
'assert'=127
5455
'assign'=103
55-
'assume'=179
56+
'assume'=180
5657
'at'=99
5758
'attribute'=70
5859
'bind'=81
@@ -81,14 +82,14 @@
8182
'event'=74
8283
'exhibit'=122
8384
'exit'=121
84-
'expose'=183
85+
'expose'=184
8586
'false'=171
8687
'filter'=39
8788
'first'=83
8889
'flow'=91
8990
'for'=41
9091
'fork'=116
91-
'frame'=181
92+
'frame'=182
9293
'from'=19
9394
'hastype'=157
9495
'if'=106
@@ -97,7 +98,7 @@
9798
'in'=111
9899
'include'=140
99100
'individual'=73
100-
'inout'=176
101+
'inout'=177
101102
'interface'=88
102103
'istype'=158
103104
'item'=76
@@ -118,28 +119,28 @@
118119
'of'=93
119120
'or'=149
120121
'ordered'=50
121-
'out'=175
122+
'out'=176
122123
'package'=38
123124
'parallel'=118
124125
'part'=77
125126
'perform'=96
126127
'port'=78
127-
'private'=173
128-
'protected'=174
129-
'public'=172
128+
'private'=174
129+
'protected'=175
130+
'public'=173
130131
'readonly'=64
131132
'redefines'=35
132133
'ref'=33
133134
'references'=57
134135
'render'=142
135136
'rendering'=143
136137
'rep'=26
137-
'require'=180
138+
'require'=181
138139
'requirement'=129
139140
'return'=125
140141
'satisfy'=133
141142
'send'=102
142-
'snapshot'=177
143+
'snapshot'=178
143144
'specializes'=49
144145
'stakeholder'=132
145146
'standard'=36
@@ -149,7 +150,7 @@
149150
'succession'=82
150151
'terminate'=112
151152
'then'=75
152-
'timeslice'=178
153+
'timeslice'=179
153154
'to'=21
154155
'transition'=123
155156
'true'=170
@@ -158,7 +159,7 @@
158159
'variant'=63
159160
'variation'=62
160161
'verification'=138
161-
'verify'=182
162+
'verify'=183
162163
'via'=98
163164
'view'=141
164165
'viewpoint'=144
@@ -267,6 +268,7 @@ T__180=180
267268
T__181=181
268269
T__182=182
269270
T__183=183
271+
T__184=184
270272
T__18=18
271273
T__19=19
272274
T__20=20

0 commit comments

Comments
 (0)