Java: Use the shared model generator implementation.

This commit is contained in:
Michael Nebel
2024-09-18 13:57:46 +02:00
parent 1f3b28a555
commit 2033818e39
6 changed files with 268 additions and 992 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