Merge pull request #17509 from michaelnebel/modelgen/parammodule

C#/Java: Re-factor the model generator to be a parameterized module.
This commit is contained in:
Michael Nebel
2024-09-26 10:57:16 +02:00
committed by GitHub
27 changed files with 1533 additions and 2226 deletions

View File

@@ -760,7 +760,7 @@ ContentApprox getContentApprox(Content c) {
/**
* Holds if the the content `c` is a container.
*/
predicate containerContent(Content c) {
predicate containerContent(ContentSet c) {
c instanceof ArrayContent or
c instanceof CollectionContent or
c instanceof MapKeyContent or