Skip to content

Commit

Permalink
Fixed incorrect syntax for filter expressions #45
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Sep 8, 2015
1 parent 4a96b49 commit 0ff6fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ConditionalExpression returns Expression :
PrimaryExpression returns Expression :
BaseExpression
( {FeatureInvocationExpression.context = current} '.' feature = [uml::Feature|Name] (-> parameters = Tuple)? |
{FilterExpression.context = current} '->' 'filter' '(' declaration = FilterVariableDeclaration ':' expression = Expression ')' |
{FilterExpression.context = current} '.' 'filter' '(' declaration = FilterVariableDeclaration ':' expression = Expression ')' |
{AssociationAccessExpression.context = current} '->' association = [uml::Property|Name] |
// {ExtentOrExpression.nonNameExpression = current} '->'
// ( {SequenceOperationExpression.primary = current} operation = [uml::Operation|QualifiedName] tuple = Tuple
Expand Down

0 comments on commit 0ff6fe4

Please sign in to comment.