mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
Add comment to getVariableReal
This commit is contained in:
@@ -508,6 +508,11 @@ class TVariableAccessReal =
|
||||
TClassVariableAccess;
|
||||
|
||||
abstract class VariableAccessReal extends VariableAccess, TVariableAccessReal {
|
||||
/**
|
||||
* Same as `getVariable()`, but restricted to non-synthesized variable accesses.
|
||||
*
|
||||
* The sole purpose of this predicate is to make AST synthesis monotonic.
|
||||
*/
|
||||
abstract VariableReal getVariableReal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user