mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
Describe predicates first
This commit is contained in:
@@ -397,11 +397,11 @@ set of tuples).
|
||||
|
||||
The ``bindingset`` annotation takes a comma-separated list of variables.
|
||||
|
||||
- When you annotate a class, each variable must be ``this`` or a field in the class.
|
||||
Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
|
||||
- When you annotate a predicate, each variable must be an argument of the predicate, possibly including ``this``
|
||||
(for characteristic predicates and member predicates) and ``result`` (for predicates that return a result).
|
||||
For more information, see ":ref:`predicate-binding`."
|
||||
- When you annotate a class, each variable must be ``this`` or a field in the class.
|
||||
Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
|
||||
|
||||
.. Links to use in substitutions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user