mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Ruby: add ConstanReadAcess#getAQualifiedName() predicate
This commit is contained in:
@@ -294,6 +294,11 @@ class ConstantReadAccess extends ConstantAccess {
|
||||
Expr getValue() { result = getConstantReadAccessValue(this) }
|
||||
|
||||
final override string getAPrimaryQlClass() { result = "ConstantReadAccess" }
|
||||
|
||||
/**
|
||||
* Gets a fully qualified name for this constant.
|
||||
*/
|
||||
string getAQualifiedName() { TResolved(result) = resolveConstantReadAccess(this) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user