Protected
Readonly
documentsProtected
Readonly
nodeProtected
Readonly
referencesThis validation recursively looks at all assignments (and rewriting actions) with '=' as assignment operator and checks, whether the operator should be '+=' instead.
Protected
checkCompared to the validation above, this validation only checks whether two imported grammars export the same grammar rule.
Check whether any rule defined in this grammar is a duplicate of an already defined rule or an imported rule
Check whether any type defined in this grammar is a duplicate of an already defined type or an imported type
Protected
create
This validation checks, that parser rules which are called multiple times are assigned (except for fragments).