Merge pull request #13546 from michaelnebel/java/withoutelement

Java: Support for With[out]Element for MaD.
This commit is contained in:
Michael Nebel
2023-08-15 10:03:03 +02:00
committed by GitHub
7 changed files with 411 additions and 368 deletions

View File

@@ -397,6 +397,8 @@ The following components are supported:
- **SyntheticGlobal[**\ `name`\ **]** selects the synthetic global with name `name`.
- **ArrayElement** selects the elements of an array.
- **Element** selects the elements of a collection-like container.
- **WithoutElement** selects a collection-like container without its elements. This is for input only.
- **WithElement** selects the elements of a collection-like container, but points to the container itself. This is for input only.
- **MapKey** selects the element keys of a map.
- **MapValue** selects the element values of a map.