Java: Add documentation for the final column.

This commit is contained in:
Anders Schack-Mulligen
2021-02-18 11:23:49 +01:00
parent 6f583baa90
commit 04eeeda2c9

View File

@@ -53,6 +53,11 @@
* - "Parameter[n]": Similar to "Parameter" but restricted to a specific
* numbered parameter (zero-indexed, and `-1` specifies the value of `this`).
* - "ReturnValue": Selects the return value of a call to the selected element.
* 8. The `kind` column is a tag that can be referenced from QL to determine to
* which classes the interpreted elements should be added. For example, for
* sources "remote" indicates a default remote flow source, and for summaries
* "taint" indicates a default additional taint step and "value" indicates a
* globally applicable value-preserving step.
*/
import java