mirror of
https://github.com/github/codeql.git
synced 2026-04-11 01:54:00 +02:00
The expected output format is a tuple (a, b, k) where `a` and `b` are any `AstNode` subclass and `k` is a string indicating the kind of definition (e.g. variable, method, ...). By ensuring that every value in `DefLoc` is a subclass of `Expr` (itself a subclass of `AstNode`) we can simplify the query by removing all the use of `getLocation()`.