We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1bc40 commit 2ecea07Copy full SHA for 2ecea07
1 file changed
org.omg.kerml.expressions.xtext/src/org/omg/kerml/expressions/xtext/KerMLExpressions.xtext
@@ -524,12 +524,16 @@ Name:
524
ID | UNRESTRICTED_NAME
525
;
526
527
+GlobalQualification :
528
+ '$' '::'
529
+;
530
+
531
Qualification :
532
( Name '::' )+
533
534
535
QualifiedName:
- Qualification? Name
536
+ GlobalQualification? Qualification? Name
537
538
539
/* TERMINALS */
0 commit comments