mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
[CPP-386] Add ElementBase::getCanonicalQLClass().
This commit is contained in:
@@ -52,6 +52,8 @@ pragma[inline]
|
||||
class ElementBase extends @element {
|
||||
/** Gets a textual representation of this element. */
|
||||
string toString() { none() }
|
||||
/** Retrieves canonical QL class(es) corresponding to this element. */
|
||||
string getCanonicalQLClass() { none() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user