Add QLDoc for the getKind predicate.

This commit is contained in:
Michael Nebel
2023-06-14 14:43:53 +02:00
parent a9f7994b7d
commit d66fe08661
6 changed files with 18 additions and 0 deletions

View File

@@ -1333,6 +1333,9 @@ module Private {
/** Gets the string representation of this callable used by `neutral/1`. */
abstract string getCallableCsv();
/**
* Gets the kind of the neutral.
*/
string getKind() { result = super.getKind() }
string toString() { result = super.toString() }