1
0
mirror of synced 2025-01-17 22:11:41 +03:00

DDC-866 - Fix EBNF grammer rule

This commit is contained in:
Benjamin Eberlei 2010-11-09 22:19:07 +01:00
parent 6985b671d8
commit de1d72f348

View File

@ -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