DDC-866 - Fix EBNF grammer rule
This commit is contained in:
parent
6985b671d8
commit
de1d72f348
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ The following context-free grammar, written in an EBNF variant, describes the Do
|
|||
StateFieldPathExpression ::= IdentificationVariable "." StateField | SingleValuedAssociationPathExpression "." StateField
|
||||
|
||||
/* "u.Group" */
|
||||
SingleValuedAssociationPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* SingleValuedAssociationField
|
||||
SingleValuedAssociationPathExpression ::= IdentificationVariable "." SingleValuedAssociationField
|
||||
|
||||
/* "u.Group.Permissions" */
|
||||
CollectionValuedPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* CollectionValuedAssociationField
|
||||
|
|
Loading…
Add table
Reference in a new issue