mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[263773] Allow qualified rule calls also with predicates
This commit is contained in:
parent
fb519c29fe
commit
e37903ecb5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ PredicatedKeyword returns Keyword:
|
|||
;
|
||||
|
||||
PredicatedRuleCall returns RuleCall:
|
||||
(predicated?='=>' | firstSetPredicated?='->') rule=[AbstractRule] ('<' arguments+=NamedArgument (',' arguments+=NamedArgument)* '>')?
|
||||
(predicated?='=>' | firstSetPredicated?='->') rule=[AbstractRule|RuleID] ('<' arguments+=NamedArgument (',' arguments+=NamedArgument)* '>')?
|
||||
;
|
||||
|
||||
Assignment returns Assignment:
|
||||
|
|
Loading…
Reference in a new issue