We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ccc8d commit ffd1456Copy full SHA for ffd1456
docs/codeql/codeql-language-guides/customizing-library-models-for-java.rst
@@ -397,6 +397,8 @@ The following components are supported:
397
- **SyntheticGlobal[**\ `name`\ **]** selects the synthetic global with name `name`.
398
- **ArrayElement** selects the elements of an array.
399
- **Element** selects the elements of a collection-like container.
400
+- **WithoutElement** selects a collection-like container without its elements (input only).
401
+- **WithElement** selects the elements of a collection-like container but not the container itself (input only).
402
- **MapKey** selects the element keys of a map.
403
- **MapValue** selects the element values of a map.
404
0 commit comments